Description: 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.
- [MandelbrotSet0] - Mandelbrot Set Fractal Set procedures
- [fractal] - Mandelbrot set of local fractal scale-up
File list (Check if you may need any files):
mandelbrot_gui.m
mandelbrot_gui.fig