ezplot3 - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

ezplot3

  

3-D parametric plot

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ezplot3(f,g,h)

ezplot3(f,g,h,[tmin,tmax])

Parameters

f,g,h

-

algebraic expression in the same variable, t

tmin, tmax

-

(optional) numeric

Description

• 

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].

Examples

withMTM:

ezplot3cost,sint,t,0,4π

ezplot310cost2cos5t+15sin2t,15cos2t+10sint2sin5t,10cos3t

See Also

MTM[ezcontour]

MTM[ezmesh]

MTM[ezmeshc]

MTM[ezplot]

MTM[ezpolar]

MTM[ezsurf]

MTM[ezsurfc]

implicitplot

indets

plot