MTM
ezplot3
3-D parametric plot
Calling Sequence
Parameters
Description
Examples
ezplot3(f,g,h)
ezplot3(f,g,h,[tmin,tmax])
f,g,h
-
algebraic expression in the same variable, t
tmin, tmax
(optional) numeric
The ezplot3 function plots a curve in three-dimensional space using spacecurve. The indeterminates of the function are automatically extracted from the given expressions f, g, and h.
tmin and tmax denote the parameter range. By default, the range is [0, 2*Pi].
with⁡MTM:
ezplot3⁡cos⁡t,sin⁡t,t,0,4⁢π
ezplot3⁡−10⁢cos⁡t−2⁢cos⁡5⁢t+15⁢sin⁡2⁢t,−15⁢cos⁡2⁢t+10⁢sin⁡t−2⁢sin⁡5⁢t,10⁢cos⁡3⁢t
See Also
MTM[ezcontour]
MTM[ezmesh]
MTM[ezmeshc]
MTM[ezplot]
MTM[ezpolar]
MTM[ezsurf]
MTM[ezsurfc]
implicitplot
indets
plot
Download Help Document