Mandelbrot set and Julia set

バージョン 1.10.0.0 (3.72 KB) 作成者: Ankur Pawar
Function generates Mandelbrot set and Julia set fractal.
ダウンロード: 5.1K
更新 2016/5/5

ライセンスの表示

Simple MATLAB functions that generates Mandelbrot set and Julia set fractal quickly. There are 24 different types of Julia set with different color maps. Running the code will show as well as save the fractal in a png file.

引用

Ankur Pawar (2024). Mandelbrot set and Julia set (https://www.mathworks.com/matlabcentral/fileexchange/24740-mandelbrot-set-and-julia-set), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP3
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFractals についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.10.0.0

- 2 new MATLAB function for generating different kind of Julia set.

1.9.0.0

- Use of meshgrid for generating 2d points.
- Removed commented code.
- Corrected the rows and columns in output.
- User input through command line.
- Function handle for creating colormap.
added the link

1.8.0.0

Now 16 different Julia set.

1.7.0.0

8 different Julia set with different colormaps

1.2.0.0

increased in the image resolution and decreased the time taken by script to generate the fractal by linear indexing.

1.1.0.0

Both fractal4.m and juliafractal.m take 2 seconds to plot the fractal in the form of image.

1.0.0.0