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

  1. function man(arg)
  2. %MAN    On-line documentation.
  3.  
  4. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  5.  
  6. if nargin == 0
  7.    help help
  8. else
  9.    help(arg)
  10. end
  11.