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

  1. clrdata
  2. clrplot
  3. close
  4.  
  5. title Surface Plot Y(X,Z)
  6. title2 With Color Coded Surface Levels
  7. zlabel Z
  8. xlabel X
  9. ylabel Y
  10. xstart -12
  11. xend 12
  12. xstep 4
  13. xsamples 61
  14. xtics 3
  15. zstart -12
  16. zend 12
  17. zsamples 31
  18. zstep 4
  19. ztics 3
  20. ystart -.2
  21. yend 1
  22. ystep .2
  23. * message Calculating - please wait ...
  24. y(x,z) = sinc( x ) * sinc( z/2 )
  25. colorlevels3d
  26. plot3d surface
  27.