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: Geraint Paul Bevan
Subject: Re: using strings as arguments to load and save
Date: Wed, 20 Jul 2005 14:39:59 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Nuno Nunes wrote:

> octave:18> load (file) DAY
> parse error:
> 
>   syntax error
> 
> 
>>>>load (file) DAY

It should work if you include the variable name in the parenthesis:

load (file, 'DAY')



-- 
Geraint Bevan
http://www.mech.gla.ac.uk/~gbevan



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