| MATLAB Function Reference | Search  Help Desk |
| more | See Also |
Control paged output for the command window
moreoff moreon more(n)
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. |
more is disabled. When enabled, more defaults to displaying 23 lines per page.
diary Save session in a disk file