Mandelbrot Set

Nice and easy zoom to mandelbrot set
2.4K Downloads
Updated 4 Jan 2009

No License

This program uses a vecorised mandelbrot algorithm (a pretty fast algorithm from
% Lucio Andrade-Cetto which worked great for me.) I tried before the
% Fractal Explorer from Laurant Cavin, but that program was not
% running on my computer.

% Known limitations: the code is very repetitive and I appreciate any
% comments that will help to shorten the code to what is really
% required. I am new to MatLab and I tried to put the repetitive
% parts of the code into functions. However I couldn't get the code
% to work.

% The program lets you zoom easily into the Mandelbrot Set by just
% selecting a subset of the currently displayed graph and then press
% the Command Button "Apply Zoom to MandelBrot set" and the new
% calcualtion will be performed.

% I will try to add more functions to the GUI and to improve the
% code.

% Enjoy

% Any questions: jens.koopmann"at" live.com

Cite As

Dr. Jens Koopmann (2024). Mandelbrot Set (https://www.mathworks.com/matlabcentral/fileexchange/21838-mandelbrot-set), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
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!

mandel101/

Version Published Release Notes
1.1.0.0

added figure file as requested by Image Analyst

1.0.0.0