Yes, you are right. Actually it works fine, but I had a syntax error in my code -- sorry for that.
Best,
Artur
Am 21.04.2012 02:21, schrieb Allin Cottrell:
> matrix A = I(3)
> matrix B = I(4)
>
> mwrite(A, "@dotdir/A.mat")
> mwrite(B, "@dotdir/B.mat")
>
> foreign language=Octave
> A = gretl_loadmat("A.mat")
> B = gretl_loadmat("B.mat")
> end foreign
