help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Returning to command prompt


From: Andy Buckle
Subject: Re: Returning to command prompt
Date: Mon, 6 Dec 2010 21:39:06 +0000

> is there a command that I can place at the end of my code to tell Octave to
> return to the command prompt after the job is done. Mine stays up in the
> air, till I do press "q".
> My last two lines are:
> close all; % closing all figures
> elapsed_time = toc % getting a handle to the time spent

you can put "exit" at the end of a script to exit octave. your
reference to 'q' makes me think you are looking at output using more.
if you don't like that you can do "more off". you can put that in your
script, or perhaps in your .octaverc.

-- 
/* andy buckle */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]