mandelbrot_area, a MATLAB code which estimates the area of the Mandelbrot set by evaluating many points within the square [-2,2]x[-2,2] and counting how many stay bounded under many iterations of the Mandelbrot map.
The information on this web page is distributed under the MIT license.
mandelbrot_area is available in a MATLAB version.
mandelbrot, a MATLAB code which generates an image of the Mandelbrot fractal set;
mandelbrot_orbit, a MATLAB code which generates the sequence of Mandelbrot iterates arising from a single starting point.