help-octave
[Top][All Lists]
Advanced

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

Re: plot to file from executable script -problem refined


From: Przemek Klosowski
Subject: Re: plot to file from executable script -problem refined
Date: Wed, 30 Jan 2002 10:34:53 -0600


   If you use eval it could be ok :
   eval(['gset output',filename,';'])

actually, ghostscript expects filename in double quotes, so:

   eval(['gset output \"',filename,'\";'])



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