home *** CD-ROM | disk | FTP | other *** search
- clrdata
- clrplot
- close
-
- title Surface Plot Y(X,Z)
- title2 With Color Coded Surface Levels
- zlabel Z
- xlabel X
- ylabel Y
- xstart -12
- xend 12
- xstep 4
- xsamples 61
- xtics 3
- zstart -12
- zend 12
- zsamples 31
- zstep 4
- ztics 3
- ystart -.2
- yend 1
- ystep .2
- * message Calculating - please wait ...
- y(x,z) = sinc( x ) * sinc( z/2 )
- colorlevels3d
- plot3d surface
-