help-octave
[Top][All Lists]
Advanced

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

Re: loading data files!!


From: John W. Eaton
Subject: Re: loading data files!!
Date: Mon, 5 Nov 2001 12:14:33 -0600

On  5-Nov-2001, Ben Sapp <address@hidden> wrote:

| Replace your load command with this line: 
| 
| eval(sprintf("load %s%s", filename, extn));
| 
| That should be all that you need to change.  

Or, to avoid the need for eval, just use the functional form of load:

  load (strcat (filename, extn));

jwe



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