Quote:
Originally Posted by RyanCahoon
A better approach would be to have Octave save the data into MATLAB format (using something like save -6 A_sparse_octave.mat A, then read it in Python using scipy.io.loadmat
|
Thanks Ryan. That looks like a good solution.
Do you happen to know where I can find the spec for the Matlab matrix binary storage file format?