Watch this Author's files
Why not use R2012B
gallery('circul',c)'; ?
atan2d exists in R2012B and gives 0:180 and 0:-180. Thus to get [0:360) is two lines ang=atan2d(y,x); if ang<0,ang=ang+360;end
The function implemented is incorrect. W=W+(abs(Z)<2);
The correct equation is: W=W+(abs(Z)<=2);
Z0=-2 is a Mandelbrot number, Wiki.
The ability to zoom below 0.1 is desireable. This is where the interesting structures occur.
Contact us