MATLAB Function Reference
  Go to function:
    Search    Help Desk 
more    See Also

Control paged output for the command window

Syntax

Description

more off disables paging of the output in the MATLAB command window.

more on enables paging of the output in the MATLAB command window.

more(n) displays n lines per page.

When you've enabled more and are examining output:

Press the...
To...
Return key
Advance to the next line of output.
Space bar
Advance to the next page of output.
q (for quit) key
Terminate display of the text.

By default, more is disabled. When enabled, more defaults to displaying 23 lines per page.

See Also

diary       Save session in a disk file



[ Previous | Help Desk | Next ]