Fractals v1.2

Generating fractals through IFS & Chaos Game. Julia sets & Mandelbrot set.

You are now following this Submission

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 (2026). Fractals v1.2 (https://www.mathworks.com/matlabcentral/fileexchange/10919-fractals-v1-2), 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.0.0.0

speed improvement of the IFS function, minor bugs fixed