home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
aplikace
/
cad
/
wplot211
/
surface.plt
< prev
next >
Wrap
Text File
|
1995-08-14
|
364b
|
27 lines
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