Plotting a parametric Spiral

Versione 1.0.0.0 (1,2 KB) da Nick
test
187 download
Aggiornato 7 lug 2015

Visualizza la licenza

The final aim is to draw 12 double helix's with a parametric waist, adjusting the coefficients to match Pim Conradi's toroid in 2D. Then use distance = sin(line_separation * vertical_distance + vertical displacement. to adjust it so that it matches Pim Conradi's Toroid.

Cita come

Nick (2025). Plotting a parametric Spiral (https://it.mathworks.com/matlabcentral/fileexchange/51999-plotting-a-parametric-spiral), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Verification, Validation, and Test in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

The files have been combined, however the parametric equations can not be displayed on the same axis, is this a limitation of MATLAB, the only solution I could think of it to produce a table of values for each space curve and plot them on a 3D axis.