MATLAB Function Reference | ![]() ![]() |
Display Command Window output one screenful at a time
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.
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
![]() | mod | move (COM) | ![]() |