mandelbrot

This gui draws a mandelbrot figure. # iteration, complexity, color can be change.
1.4K Downloads
Updated 27 Jan 2006

No License

This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in).

although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1 - 50.
higher number in iteration, points in axes gives better results in image besides more resulting time.

to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push 'Show Graph' button. because of this is the first version there can be any lack of usage.

Cite As

erinc topdemir (2024). mandelbrot (https://www.mathworks.com/matlabcentral/fileexchange/9754-mandelbrot), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fractals in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0