2. DECORATIONS WITH MATLAB


   The instruction pcolor of MATLAB generates color density plots, i.e. plane representations of real valued
 functions of two variables where the same value of the function corresponds
 to the same colour on the plot. 

Several functions produce interesting images providing nice decorations.

Repetition of the same forms can be provided by PERIODIC functions.

Here are some examples.

Deco/circle.gif f(x,y)=x2+y2 MATLAB Script D.1

Deco/coscos.gif f(x,y)=(cos x)2+(cos y)2 MATLAB Script D.2

Deco/coscubic.gif f(x,y)=cos(x3 + y3) MATLAB Script D.3

Deco/drops.gif f(x,y)=sin(x2+y2) MATLAB Script D.4

Deco/mosaic.gif f(x,y)=sin(x2+y2) MATLAB Script D.5

Deco/seninv.gif f(x,y)=sin[1/(x2+y2)] MATLAB Script D.6

Deco/tantan.gif f(x,y)=(tan x)2+(tan y)2 MATLAB Script D.7

Deco/tg.gif f(x,y)=tan (x2+y2) MATLAB Script D.8

INDEX

  1. General information

  2. Back to "FRACTALS WITH MATLAB"

  3. Mandelbrot sets with MATLAB

  4. Julia sets with MATLAB

  5. Newton's method sets with MATLAB

  6. zz.gif sets with MATLAB

  7. 3D fractals with MATLAB

fract.gif FRACTAL GALLERY

Home.gif CIRAM HOME PAGE