Development Environment |
Paging of Output in the Command Window
If output in the Command Window is lengthy, it might not fit within the screen and will display too quickly for you to see it. Use the more
function to control the paging of output in the Command Window. By default, more
is off
. When you type more on
, MATLAB displays only a page (a screen full) of output at a time. After the first screen displays, press one of the following keys.
Key |
Action |
Enter or Return |
To advance to the next line |
Space Bar |
To advance to the next page |
q |
To stop displaying the output |
You can scroll up in the Command Window to see input and output that no longer fit in the view.
Clearing the Command Window | Formatting and Spacing Numeric Output |