tube
Tube plot — line plot rendered with a tube of finite radius.
Syntax
Section titled “Syntax”h = tube(x, y, z, ...)Description
Section titled “Description”Like plot3 but the line is rendered as a 3D tube with a controllable radius. Useful for emphasizing trajectories in 3D space.
MathJet-specific (not in MATLAB).
Example
Section titled “Example”tube(cos(t), sin(t), t, 'Radius', 0.1)