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

  1. %WHAT    List M-, MAT- and MEX-files.
  2. %    The command WHAT, by itself, lists the M-files, MAT-files
  3. %    and MEX-files in the current working directory.
  4. %    The command WHAT DIRNAME lists the files in directory dirname
  5. %    on the MATLABPATH.  It is not necessary to give the full path
  6. %    name of the directory; the last component, or last several
  7. %    components, are sufficient.
  8. %
  9. %    For example, "what general" and "what matlab/general" both
  10. %    list the M-files in directory toolbox/matlab/general.
  11. %
  12. %    See also DIR, WHO, WHICH, LOOKFOR.
  13.  
  14. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  15. %    Built-in function.
  16.