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

  1. %DIARY    Save the text of a MATLAB session.
  2. %    DIARY file_name  causes a copy of all subsequent terminal input
  3. %     and most of the resulting output to be written on the named
  4. %     file. DIARY OFF suspends it. DIARY ON turns it back on.
  5. %     DIARY, by itself, toggles the diary state.
  6.  
  7. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  8. %    Built-in function.
  9.