Matlab figure
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 17: | Line 17: | ||
[https://www.google.com/search?q=filetype:fig+site:http://www.mathworks.co.uk/matlabcentral/fileexchange/ Fig files on Mathworks fileexchange] | [https://www.google.com/search?q=filetype:fig+site:http://www.mathworks.co.uk/matlabcentral/fileexchange/ Fig files on Mathworks fileexchange] | ||
+ | |||
+ | == See also == | ||
+ | * [[MAT]] (MATLAB data format) | ||
+ | * [[MATLAB script file]] | ||
== Links == | == Links == |
Revision as of 16:20, 14 December 2014
MATLAB Fig is a format used by Mathworks' Matlab for storing figures. The format is a variation on Matlab's MAT level 5 format.
This is a proprietary, binary format that appears to be fully supported only by Matlab. It is also used by some Elsevier journals through the ScienceDirect website.
Contents |
Identification
Since MATLAB Fig is just a special case of the Level 5 MAT format, these files can be identified by the same pattern, which is the text string MATLAB 5.0 MAT-file
which occurs at the start of the file.
Sample files
Fig files on Mathworks fileexchange
See also
- MAT (MATLAB data format)
- MATLAB script file