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

  1. % General purpose commands.
  2. %
  3. % Managing commands and functions.
  4. %   help        - On-line documentation. 
  5. %   what        - Directory listing of M-, MAT- and MEX-files.
  6. %   type        - List M-file.
  7. %   lookfor     - Keyword search through the HELP entries.
  8. %   which       - Locate functions and files.
  9. %   demo        - Run demos.
  10. %   path        - Control MATLAB's search path.
  11. %
  12. % Managing variables and the workspace.
  13. %   who         - List current variables.
  14. %   whos        - List current variables, long form.
  15. %   load        - Retrieve variables from disk.
  16. %   save        - Save workspace variables to disk.
  17. %   clear       - Clear variables and functions from memory.
  18. %   pack        - Consolidate workspace memory.
  19. %   size        - Size of matrix.
  20. %   length      - Length of vector.
  21. %   disp        - Display matrix or text.
  22. %
  23. % Working with files and the operating system.
  24. %   cd          - Change current working directory.
  25. %   dir         - Directory listing.
  26. %   delete      - Delete file.
  27. %   getenv      - Get environment value.
  28. %   !           - Execute operating system command.
  29. %   unix        - Execute operating system command & return result.
  30. %   diary       - Save text of MATLAB session.
  31. %
  32. % Controlling the command window.
  33. %   cedit       - Set command line edit/recall facility parameters.
  34. %   clc         - Clear command window.
  35. %   home        - Send cursor home.
  36. %   format      - Set output format.
  37. %   echo        - Echo commands inside script files. 
  38. %   more        - Control paged output in command window.
  39. %
  40. % Starting and quitting from MATLAB.
  41. %   quit        - Terminate MATLAB.
  42. %   startup     - M-file executed when MATLAB is invoked.
  43. %   matlabrc    - Master startup M-file.
  44. %
  45. % General information.
  46. %   info        - Information about MATLAB and The MathWorks, Inc.
  47. %   subscribe   - Become subscribing user of MATLAB.
  48. %   hostid      - MATLAB server host identification number.
  49. %   whatsnew    - Information about new features not yet documented.
  50. %   ver         - MATLAB, SIMULINK, and TOOLBOX version information.
  51.  
  52. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  53.  
  54.