[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple columns
From: |
c. |
Subject: |
Re: Multiple columns |
Date: |
Mon, 20 May 2013 22:53:21 +0200 |
On 20 May 2013, at 15:59, Kelvin Freeman <address@hidden> wrote:
> and the result is all the numbers listed in there column numbers. My question
> is how do you exit this mode.
that "mode" is just your output being piped through a pager (the default pager
is less) type q to exit the pager. If you want to change this behaviour have a
look at this page on the wiki:
http://wiki.octave.org/FAQ#I_am_running_a_script_that_should_produce_output_during_execution_but_I_don.27t_see_anything_until_it_has_finished
and this section of the manual:
http://www.gnu.org/software/octave/doc/interpreter/Paging-Screen-Output.html
HTH,
c.