MATLAB Function Reference |
Control paged output for Command Window
Syntax
Description
more
enables paging of the output in the MATLAB Command Window. MATLAB displays output one screenful at a time.on
more
disables paging of the output in the MATLAB Command Window.off
more(n)
displays n
lines per page.
To see the status of more
, type get(0,'More')
. MATLAB returns either on
or off
indicating the more
status. You can also set status for more
by using get(
0
,
'More'
, '
status
')
, where '
status
'
is either 'on'
or 'off'
.
When you have enabled more
and are examining output, you can do the following.
By default, more
is disabled. When enabled, more
defaults to displaying 23 lines per page.
See Also
mod | movefile |
© 1994-2005 The MathWorks, Inc.