You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
- Version 1.0.0.0 (2.29 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
