Open
Description
- NumPy: https://numpy.org/devdocs/reference/generated/numpy.lib.format.html
- Matlab: https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html
- SciPy code to load/write MAT files: https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html
- Julia library to read/write MAT files: https://github.com/JuliaIO/MAT.jl
- Specification of MAT file format: https://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf
First requested here.