MAT
From Just Solve the File Format Problem
(Difference between revisions)
m (Added crosslink.) |
Dan Tobias (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | { | + | {{FormatInfo |
| − | | | + | |formattype=electronic |
| − | | | + | |subcat=Scientific Data formats |
| − | + | |extensions={{ext|mat}} | |
| − | + | }} | |
| − | + | ||
| − | | | + | |
| − | | | + | |
| − | + | ||
==Overview== | ==Overview== | ||
Revision as of 19:01, 17 November 2012
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.