help-octave
[Top][All Lists]
Advanced

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

how to load a filename from a scrip


From: charo
Subject: how to load a filename from a scrip
Date: Thu, 23 Oct 2003 16:12:14 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630

Hello again,

I wouldn't say that is not supported yet, I would better say that I don't know how to do it. Octave is great software.


How can I replace framesFile by its content? (see (1))

The way it's coded, (1) returns an error because there is no such a framesFile file.

...........................................................................
function [veloMat,bins,val] = velocities(framesFile,velocitiesFile)
  ....
  load framesFile; <--------------(1)
  ....
endfunction



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