Description Usage Arguments Details Value
A compatible reader that can read both 'Matlab' files prior and after version 6.0
1 |
file |
path to a 'Matlab' file |
readMat
is used to read files
prior to version 6. After version 6, 'Matlab' uses 'HDF5' format
to store its data, hence H5File
is used to
read the file.
The performance of read_mat
can be limited when
the file is too big or has many datasets as it reads all the
data contained in 'Matlab' file into memory.
A list of All the data stored in the file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.