MAT
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{| |File Formats | > |Electronic File Formats | > |Scientific Data formats | > |MAT |} ==Overview== A binary format used by numerical computing environment Ma...") |
m (Added crosslink.) |
||
Line 12: | Line 12: | ||
A binary format used by numerical computing environment Matlab to store matrices, structs, scalars and strings. Also supported by Mathematica. | A binary format used by numerical computing environment Matlab to store matrices, structs, scalars and strings. Also supported by Mathematica. | ||
− | Scientific computing packages [http://numpy.scipy.org/ NumPy and SciPy] enable support for MAT-files in Python. | + | Scientific computing packages [http://numpy.scipy.org/ NumPy and SciPy] enable support for MAT-files in [[Python]]. |
==References== | ==References== | ||
* MAT-File Format [http://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf here] | * MAT-File Format [http://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf here] | ||
* Writing Custom Applications to Read and Write MAT-Files [http://www.mathworks.se/help/matlab/matlab_external/custom-applications-to-read-and-write-mat-files.html here] | * Writing Custom Applications to Read and Write MAT-Files [http://www.mathworks.se/help/matlab/matlab_external/custom-applications-to-read-and-write-mat-files.html here] |
Revision as of 00:11, 8 November 2012
File Formats | > | Electronic File Formats | > | Scientific Data formats | > | MAT |
Overview
A binary format used by numerical computing environment Matlab to store matrices, structs, scalars and strings. Also supported by Mathematica.
Scientific computing packages NumPy and SciPy enable support for MAT-files in Python.