Hey,
I want to load two separate matrices into Octave. It seems that I can
only load in one matrix at once and work with it.
<hansl>
foreign language=Octave
A = gretl_loadmat("A.mat")
B = gretl_loadmat("B.mat")
end foreign
<hansl>
So the following example would not work and the error message I get is:
---------
octave exited with status 256IR_nairu1_RC =
error: fscanf: invalid stream number = -1
error: called from:
error: gretl_loadmat at line 16, column 10
error: /home/artur/.gretl/gretltmp.m at line 3, column 12
---------
Is it intended that one can load only one matrix at once? It doesn't
seem plausible since Octave can handle several matrices, of course.
Best,
Artur