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: Hall, Benjamin
Subject: RE: how to use gset output
Date: Fri, 18 Nov 2005 08:34:16 -0500

There may be better ways, but

eval( sprintf("gset output %s",name) )

should work

-----Original Message-----
From: address@hidden [mailto:address@hidden
Sent: Friday, November 18, 2005 6:11 AM
To: address@hidden
Subject: how to use gset output



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



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