Mandelbrot Set

Nice and easy zoom to mandelbrot set

You are now following this Submission

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 (2026). Mandelbrot Set (https://www.mathworks.com/matlabcentral/fileexchange/21838-mandelbrot-set), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Fractals in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

added figure file as requested by Image Analyst

1.0.0.0