Sierpinski cuboctahedron
Versión 2.2 (195 KB) por
Nicolas Douillet
Function to compute, display, and save the Sierpinski cuboctahedron, at any iteration. Help and doc included.
Please first check the examples tab (.mlx doc) here on the right -> for a complete description.
Once downloaded, typewrite 'doc Sierpinski_cuboctahedron' or 'help Sierpinski_cuboctahedron' in Matlab console for support.
To benefit from the file documentation attached, be sure to download the files.
Color rendering used for this cover image is radius based, i.e. by computing each vertex distance to the origin : C = sqrt(sum(V.^2,2)); trisurf(T,V(:,1),V(:,2),V(:,3),C); colormap(1-jet);
Please don't forget to rate this code if it helped you. Thanks ;-).
Citar como
Nicolas Douillet (2024). Sierpinski cuboctahedron (https://github.com/NicolasDouillet/sierpinskuboctahedron/releases/tag/v2.2), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2019b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
2.2 | See release notes for this release on GitHub: https://github.com/NicolasDouillet/sierpinskuboctahedron/releases/tag/v2.2 |
||
2.1 | See release notes for this release on GitHub: https://github.com/NicolasDouillet/sierpinskuboctahedron/releases/tag/v2.1 |
||
2.0 | See release notes for this release on GitHub: https://github.com/NicolasDouillet/sierpinski_cuboctahedron/releases/tag/v2.0 |
||
1.3 | title (bis) |
||
1.2 | title |
||
1.1 | typo, help, doc, description, title, cover img |
||
1.0.0 |
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.