help-octave
[Top][All Lists]
Advanced

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

Re: graphics window should stay open if I leave octave


From: Carlo de Falco
Subject: Re: graphics window should stay open if I leave octave
Date: Tue, 25 Aug 2009 21:45:47 +0200


On 25 Aug 2009, at 21:25, Dr. Johannes Zellner wrote:

Hello,

I'd like the plot window (or windows) to stay open if I run octave
non-interactively like this

octave -q some_script.m {arguments...}

currently, the plots generated by the script will disappear
immediately after the script finishes.

Is there any way to keep the graphics open?

Best regards

add the command

pause ();

at the end of your script or launch Octave with the option --persist

HTH,
c.


reply via email to

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