[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
.oct: load matrix from file
From: |
Andy Jacobson |
Subject: |
.oct: load matrix from file |
Date: |
Fri, 20 Oct 2000 16:01:37 +0200 |
Howdy,
I am a rank beginner at the .oct game, and I am having a
difficult time seeing the forest through the trees.
There is an operation I want to make on a sequence of n
matrices, P1, P2, ....Pn, all stored in a single .mat file. I
would like to access these matrices from an .oct function, but
I can't quite grok the philosophy behind the source. I had
hoped that the octave_value_list returned by an feval of
"load" would give the set of matrices in the file, but this is
not so; the returned list is empty (and the matrices are loaded
into the interpreter environment).
I have pored over the source but can find no hint of a .cc
file doing such a thing. Anybody have a pointer to
enlightening examples?
Peace,
Andy
--
address@hidden
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- .oct: load matrix from file,
Andy Jacobson <=