whosmat
List variables in an valid .mat file with sizes and types.
Syntax
whosmat(filename)
st = whosmat(filename)
whosmat(filename, var1, ..., varN)
st = whosmat(filename, var1, ..., varN)
Input argument
filename - a string: .mat filename.
var1, ..., varN - string: Names of variables to inspect.
Output argument
st - stores information about the variables in the structure array st.
Description
whosmat lists variables in an valid .mat file.
Bibliography
Thanks to MATIO library (http://sourceforge.net/projects/matio/).
Example
See also
History
Author
Allan CORNET
Last updated