|
"Oriole " <oriole_ni@hotmail.com> wrote in message <h0edh9$ov8$1@fred.mathworks.com>...
> Hi, my output is to display many long strings, actually mathematical expressions, in the Command window.
>
> Is it possible to display them with automatic row change? some of those strings are very long, one needs to scroll the window far far to the right..
>
> /Ying
Go to File->Preferences-> Command Window and check the option "Wrap Lines"
It allows to make a single line of input or output in the Command Window break into
multiple lines in order to fit within the current width of the Command Window.
This is useful for console mode. With this option selected, an entire line
is visible without scrolling, and the horizontal scroll bar does not appear
because it is not needed.
|