Matfile
From Just Solve the File Format Problem
(Difference between revisions)
Line 5: | Line 5: | ||
}} | }} | ||
− | ''' | + | '''MAT-File''' is a format used by Mathworks' [[Matlab]] for storing formatted data. |
This is a proprietary, binary format that appears to be fully supported only by Matlab. However, [https://www.gnu.org/software/octave/ GNU Octave], an open source alternative to Matlab, should be able to read and write the format as well. | This is a proprietary, binary format that appears to be fully supported only by Matlab. However, [https://www.gnu.org/software/octave/ GNU Octave], an open source alternative to Matlab, should be able to read and write the format as well. |
Revision as of 13:03, 13 October 2014
MAT-File is a format used by Mathworks' Matlab for storing formatted data.
This is a proprietary, binary format that appears to be fully supported only by Matlab. However, GNU Octave, an open source alternative to Matlab, should be able to read and write the format as well.