help-octave
[Top][All Lists]
Advanced

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

plotting window closes, any idea?


From: peter plessas
Subject: plotting window closes, any idea?
Date: Mon, 02 May 2005 15:13:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.7) Gecko/20050419 Debian/1.7.7-2

Dear List,

what an honour to write my first email to you.

My current problem:

Running an .m-file with octave from the shell, the file contains a plot.

Q: How can i make the plot window permament, so that it doesn't close as the program execution advances and finishes?

here is the code snippet i'm currently using:
.
.
axis([1,300, 500, 10000]);
plot(frequency);
.
.

the file gets executed from the console like:
octave -q oct_frequency_1.m

please ignore this email if this is an all-too simple question.

cheers, Peter



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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