help-octave
[Top][All Lists]
Advanced

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

Re: Unidentified subject!


From: Søren Hauberg
Subject: Re: Unidentified subject!
Date: Wed, 16 Nov 2005 15:16:18 +0100

Instead of doing
m = load name
you should use the functional form of load:
m = load(name)

/Søren

ons, 16 11 2005 kl. 15:06 +0100, skrev address@hidden:
> Dear ladies and gentlemen!
> 
> I want to load a data file with load.
> Like m= load"home/test.dat".
> But in my case the path and the name of the data-file can't be given
> directly.They are stored in a variable.
> 
> I want to do something like
> name = "home/test.dat"
> m=load name
> 
> But this doesen't work.
> 
> How can I solve this problem. Can anybody help me?
> 
> Thank you very much
> 
> Claudia Paladini
> 
> 
> |
> 
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



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