From help-request at octave dot org Thu Jul 21 09:41:41 2005 Subject: Re: using strings as arguments to load and save From: "Robert A. Macy" To: Nuno Nunes Cc: help at octave dot org Date: Thu, 21 Jul 2005 07:35:32 -0700 Thanks for the feedback. might be a typo there, after visiting the URL, I tried... >> save("--ascii",filename,"a"); to get this error msg... warning: save: no such variable but this works... >> save("-ascii",filenmane,"a"); needs a single hyphen. on my version - Robert - On Thu, 21 Jul 2005 11:46:17 +0100 Nuno Nunes wrote: > Hi, > > Thanks to all who replied! I've got it working now, using > the functional > forms of load and save as described in the link below. > Thanks, Claudio! > > Nuno > > > On Wed, 2005-07-20 at 15:42 +0200, Claudio Belotti wrote: > > Nuno, > > take a look here: > > http://wiki.octave.org/wiki.pl?FileIO > > ------------------------------------------------------------- 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 -------------------------------------------------------------