Symbolic Math Toolbox
  Go to function:
    Search    Help Desk 
ezplot3    Examples   See Also

3-D parametric curve plotter.

Syntax

Description

ezplot3(x,y,z) plots the spatial curve x = x(t), y = y(t), and z = z(t) over the default domain 0 < t < 2.

ezplot3(x,y,z,[tmin,tmax]) plots the curve x = x(t), y = y(t), and z = z(t) over the domain tmin < t < tmax.

ezplot3(...,'animate') produces an animated trace of the spatial curve.

Examples

This example plots the parametric curve,


over the domain [0,6]:

See Also

ezcontour, ezcontourf, ezmesh, ezmeshc, ezplot, ezpolar, ezsurf, ezsurfc, plot3



[ Previous | Help Desk | Next ]