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

  1. %MORE    Control paged output for the command window.
  2. %    MORE OFF disables paging of the output in the MATLAB command window.
  3. %    MORE ON enables paging of the output in the MATLAB command window.
  4. %    MORE(N) specifies the size of the page to be N lines.
  5. %    The defaults are OFF and N = 23.
  6. %
  7. %    When MORE is enabled and output is being paged, advance to the next
  8. %    line of output by hitting the RETURN key;  get the next page of
  9. %    output by hitting the spacebar. Press the "q" key to exit out
  10. %       of displaying the current item.
  11.  
  12. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  13. %    Built-in function.
  14.