whomat
List variables in an valid .mat file.
Syntax
whomat(filename)
ce = whomat(filename)
whomat(filename, var1, ..., varN)
ce = whomat(filename, var1, ..., varN)
Input argument
filename - a string: .mat filename.
var1, ..., varN - string: Names of variables to inspect.
Output argument
ce - cell of strings with variables names.
Description
whomat lists variables in an valid .mat file.
Bibliography
Thanks to MATIO library (http://sourceforge.net/projects/matio/).
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated