Fractals v1.2

Generating fractals through IFS & Chaos Game. Julia sets & Mandelbrot set.
9.3K Downloads
Updated 29 May 2008

View License

Program for generating fractals through Iterated Function System (IFS) and Chaos Game. This program has also the possibility to read IFS from file. Moreover it draws Julia Sets and Mandelbrot Set.
The usage is simple. Just type "fractals" and then the main window appears.

More informations about fractals, IFS, Chaos Game, Julia Sets, Mandelbrot Set and the ifs-files can be found in fractals.pdf included in the zip-file.

UPDATE:
v1.2
- IFS function is faster
- minor bugs fixed
v1.1
- now there is no need to give the probabilities in the ifs-file, the program counts these probabilities. To sustain the compatibility with the older version in the ifs-file type 0 in the place where the probabilities were
- change of the interface
- chaos function is faster

Cite As

Krzysztof Gdawiec (2024). Fractals v1.2 (https://www.mathworks.com/matlabcentral/fileexchange/10919-fractals-v1-2), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
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!
Version Published Release Notes
1.0.0.0

speed improvement of the IFS function, minor bugs fixed