whosnh5
List variables in an valid .nh5 file with sizes and types.
Syntax
whosnh5(filename)
st = whosnh5(filename)
whosnh5(filename, var1, ..., varN)
st = whosnh5(filename, var1, ..., varN)
Input argument
filename - a string: .nh5 filename.
var1, ..., varN - string: Names of variables to inspect.
Output argument
st - stores information about the variables in the structure array st.
Description
whosnh5 lists variables in an valid .nh5 file.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated