help-octave
[Top][All Lists]
Advanced

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

Re: how to use gset output


From: Bill Denney
Subject: Re: how to use gset output
Date: Fri, 18 Nov 2005 17:48:53 -0500 (EST)

Check out the print command in recent versions of octave or octave-forge.

Bill

On Fri, 18 Nov 2005, address@hidden wrote:


Dear ladies and gentlemen!

I want to plot a picture like this:


plot (t, k(t,55), kk(t,55))
gset term postscript
gset output "picturexy.ps"
replot

But instead of giving directly the filename "picturexy.ps"
I want to use a variable for the file-name like this

plot (t, k(t,55), kk(t,55))
gset term postscript
name =  "picturexy.ps"
gset output name
replot


But it doesen't work this way.
How can I solve this problem. Can anybody help me?

Thank you very much

Claudia Paladini



-------------------------------------------------------------
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
-------------------------------------------------------------


--
"Bite me, it's fun."  -- Crow T. Robot



-------------------------------------------------------------
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]