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

  1. % README file for MATLAB
  2. % 6 March 1993
  3. % New MATLAB M-files.
  4. % Here are some M-files that are NOT described in the Reference
  5. % and User's Guides because they were added after printing:
  6. % General MATLAB commands.
  7. %  cedit      - Set command line edit/recall facility parameters.
  8. %  ls         - Directory listing.
  9. %  pwd        - Show current working directory.
  10. %  subscribe  - Become a subscribing MATLAB user.
  11. %  whatsnew   - Display toolbox README files.
  12. %  version    - MATLAB version.
  13. %  lasterr    - Last error message.
  14. % Special matrices.
  15. %  gallery    - A couple of small test matrices.
  16. %  pascal     - Pascal matrix.
  17. % Special functions.
  18. %  gcd        - Greatest common divisor.
  19. %  lcm        - Least common multiple.
  20. %  cart2pol   - Transform Cartesian coordinates to polar.
  21. %  cart2sph   - Transform Cartesian coordinates to spherical.
  22. %  pol2cart   - Transform polar coordinates to Cartesian.
  23. %  sph2cart   - Transform Cartesian coordinates to spherical.
  24. % Matrix functions.
  25. %  qrdelete   - Delete a column from the QR factorization.
  26. %  qrinsert   - Insert a column in the QR factorization.
  27. % Data functions.
  28. %  gradient   - Approximate gradient.
  29. %  subspace   - Angle between two subspaces.
  30. % Polynomial functions.
  31. %  polyder    - Polynomial derivative.
  32. % Function functions.
  33. %  ode23p     - Solve differential equations, displaying plot.
  34. % 2-D graphics.
  35. %  comet      - Comet plot.
  36. %  stem       - Plot discrete sequence data.
  37. % 3-D graphics.
  38. %  comet3     - 3-D Comet plot.
  39. %  slice      - Volumetric slice plot.
  40. %  waterfall  - Waterfall plot.
  41. % General purpose graphics.
  42. %  imagesc    - Scale data and display as image.
  43. %  ishold     - Return 1 if hold is on.
  44. %  newplot    - Graphics M-file preamble to handle the NextPlot property.
  45. %  whitebg    - Set default figure background color to white.
  46. %  graymon    - Set default figure properties for gray-scale monitor.
  47. % Low-level file I/O functions.
  48. %  feof       - Test for end-of-file.
  49. %  fgetl      - Return the next line of the file as a string, without newline.
  50. %  fgets      - Return the next line of the file as a string, with newline.
  51. %  frewind    - Rewind an open file.
  52. % Use HELP on these files or TYPE them for more information.
  53.  
  54. %       Copyright (c) 1984-93 by The MathWorks, Inc.