From help-octave-request at bevo dot che dot wisc dot edu Thu Oct 23 09:13:46 2003 Subject: how to load a filename from a scrip From: charo To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 23 Oct 2003 16:12:14 -0400 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 -------------------------------------------------------------