PeanoCurve( n )

This function creates and plots the original Peano Curve after n iterations

You are now following this Submission

This function creates and plots the original Peano curve after n
iterations
-------------------------------------------------------------------
Input:
n: is the number of iterations
-------------------------------------------------------------------
Output
The function outputs the vectors X and Y
X: is the vector with the x-coordinates of the points of the Peano Curve
Y: is the vector with the y-coordinates of the points of the Peano Curve
Moreover, the function plots the curve using line(X,Y,'Color','b').
The function uses the Deterministic Iteation Algorithm for fractal
construction (it is given as a function below)

Cite As

Panagiotis Konstantinopoulos (2026). PeanoCurve( n ) (https://se.mathworks.com/matlabcentral/fileexchange/62381-peanocurve-n), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

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