help-octave
[Top][All Lists]
Advanced

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

Re: using strings as arguments to load and save


From: Robert A. Macy
Subject: Re: using strings as arguments to load and save
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 <address@hidden> 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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]