Script:
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)',' ',' ');
This demo draw a piece of 3D surface
1. If you send the scripts to the Server step by step
,you will see the screen changes like the picture
below.
and you will receive three pictures in your machine.
2.If you send the scripts together,the picture received
from the Server is as below:
<<Previous Next>>
|