home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / PLOTXYZ.DI$ / CONTENTS.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  1.7 KB  |  54 lines

  1. % Three dimensional graphics.
  2. % Line and area fill commands.
  3. %   plot3      - Plot lines and points in 3-D space.
  4. %   fill3      - Draw filled 3-D polygons in 3-D space.
  5. %   comet3     - 3-D comet-like trajectories.
  6. % Contour and other 2-D plots of 3-D data.
  7. %   contour    - Contour plot.
  8. %   contour3   - 3-D contour plot.
  9. %   clabel     - Contour plot elevation labels.
  10. %   contourc   - Contour plot computation (used by contour).
  11. %   pcolor     - Pseudocolor (checkerboard) plot.
  12. %   quiver     - Quiver plot.
  13. %
  14. % Surface and mesh plots.
  15. %   mesh       - 3-D mesh surface.
  16. %   meshc      - Combination mesh/contour plot.
  17. %   meshz      - 3-D Mesh with zero plane.
  18. %   surf       - 3-D shaded surface.
  19. %   surfc      - Combination surf/contour plot.
  20. %   surfl      - 3-D shaded surface with lighting.
  21. %   waterfall  - Waterfall plot.
  22. %
  23. % Volume visualization.
  24. %   slice      - Volumetric visualization plots.
  25. % Graph appearance.
  26. %   view       - 3-D graph viewpoint specification.
  27. %   viewmtx    - View transformation matrices.
  28. %   hidden     - Mesh hidden line removal mode.
  29. %   shading    - Color shading mode.
  30. %   axis       - Axis scaling and appearance.
  31. %   caxis      - Pseudocolor axis scaling.
  32. %   colormap   - Color look-up table.
  33. % Graph annotation.
  34. %   title      - Graph title.
  35. %   xlabel     - X-axis label.
  36. %   ylabel     - Y-axis label.
  37. %   zlabel     - Z-axis label for 3-D plots.
  38. %   text       - Text annotation.
  39. %   gtext      - Mouse placement of text.
  40. %   grid       - Grid lines.
  41. %
  42. % 3-D objects.
  43. %   cylinder   - Generate cylinder.
  44. %   sphere     - Generate sphere.
  45. %
  46. % See also COLOR, PLOTXY, GRAPHICS.
  47.  
  48. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  49.  
  50.