Plotting a parametric Spiral

test

You are now following this Submission

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.

Cite As

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

Categories

Find more on Verification, Validation, and Test in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.