next up previous
Next: 3D surface defined by Up: 2D and 3D plotting Previous: 3D parametric curve

3D surface

t=-%pi:0.3:%pi;
plot3d(t,t,sin(t)'*cos(t),35,45,'X@Y@Z',[2,2,4]);
xtitle('plot3d : z=sin(x)*cos(y)',' ',' ');
\fbox{\epsfig{file=foo0_13.eps,width=3.75in}}

Scilab group