Description: function mandelbrot
Plots a Mandelbrot fractal which is updated after you zoom in
Define options, all options are stored in OPT structure
OPT.mm = 700 number of pixels (detail) in x direction
OPT.nn = 400 number of pixels (detail) in y direction
OPT.max_iteration = 500 higher number makes calculation slower, but up
to 1e5 calculation time is still acceptable
OPT.colorFcn = @() jet
OPT.plotFcn = @(c) mod(c ,100)
OPT.updateTime = 0.5 interval at which to update drawing
OPT.plotFcn = @c) log(c )*10 some examples for scaling of the colors
OPT.plotFcn = @(c) c no scaling
To Search:
File list (Check if you may need any files):
license.txt
mandelbrot.m