Hilbert Curve

How to draw the famous Hilbert curve, the curve that fills an area.
7K descargas
Actualizado 9 abr 2004

Ver licencia

This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.

Citar como

Federico Forte (2024). Hilbert Curve (https://www.mathworks.com/matlabcentral/fileexchange/4646-hilbert-curve), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R10
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Fractals en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Peano Space-Filling Curve, Lebesgue Space-Filling Curve

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Modified "Peano curve" in more correct "Hilbert curve".