save an array to a Matlab .mat file
Is there a way that SageMath can save an array (or arrays) to a Matlab .mat file, so in Matlab I can use load to read it?
Is there a way that SageMath can save an array (or arrays) to a Matlab .mat file, so in Matlab I can use load to read it?
Asked: 1 year ago
Seen: 261 times
Last updated: Oct 05 '23
Have you tried https://docs.scipy.org/doc/scipy/refe... (Sage includes
scipy
.)