From help-request at octave dot org Fri Nov 18 05:15:19 2005 Subject: how to use gset output From: paladini at rz dot uni-potsdam dot de To: help at octave dot org Date: Fri, 18 Nov 2005 12:11:11 +0100 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 -------------------------------------------------------------