more

Purpose

Control paged output for the command window.

Synopsis

more off
more on
more(n)

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) specifies the size of the page as n lines.

The defaults are off and n = 23.

When more is enabled and output is being paged, press the Return key to advance to the next line of output. Press the space bar to advance to the next page of output. Press the q (for quit) key to terminate display of the text.

See Also

diary

(c) Copyright 1994 by The MathWorks, Inc.