CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - mandelbrot
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - mandelbrot - List
[
Energy industry
]
mandelbrot
DL : 0
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-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
Date
: 2026-01-24
Size
: 2kb
User
:
jer
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.