Mat
Download data: MAT filetype¶
This is the data storage file format for Mathworks Matlab. It can also be opened in the open source alternative Octave.
Example¶
Accessing the data, in Matlab or Octave, is as easy as using the load
command:
load "Meadows_myStudy_3D.mat"
For more information, see the Mathworks documentation for load.