From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 30 10:34:59 2002 Subject: Re: plot to file from executable script -problem refined From: Przemek Klosowski To: help-octave at bevo dot che dot wisc dot edu 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 -------------------------------------------------------------