Syntax: draw3d(x,y,z [option])ordraw3d(f(x,y))
Description: Draw data using 3D plots or 3D functions.Function should have two variables, x and y.
Group: plot
Note:
Example:
x=0:0.1:10; y=sin(x); z=cos(x);draw3d(x,y,z"style=lp,linewidth=1")
Also see: plot3d
Implemented in: LambdaDRAW3D.java