TubePlot
Version 1.0.0.0 (2,28 KB) von
Janus H. Wesenberg
Construct a tube, or warped cylinder, along any 3D curve.
TubePlot constructs a tube along any 3D curve. Output is much like the cylinder function.
Example:
t=linspace(0,2*pi,50);
tubeplot([cos(t);sin(t);0.2*(t-pi).^2],0.1);
Zitieren als
Janus H. Wesenberg (2026). TubePlot (https://de.mathworks.com/matlabcentral/fileexchange/5562-tubeplot), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Volume Visualization > Vector Volume Data >
Mehr zu Vector Volume Data finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: soapSnake - understanding complex functions, RenderLines2Tubes
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 | Add BSD license |
