Mandelbrot Set

Nice and easy zoom to mandelbrot set
2.4K 次下载
更新时间 2009/1/4

无许可证

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

引用格式

Dr. Jens Koopmann (2026). Mandelbrot Set (https://ww2.mathworks.cn/matlabcentral/fileexchange/21838-mandelbrot-set), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fractals 的更多信息

mandel101/

版本 已发布 发行说明
1.1.0.0

added figure file as requested by Image Analyst

1.0.0.0