whonh5
List variables in an valid .nh5 file.
📝 Syntax
whonh5(filename)
ce = whonh5(filename)
whonh5(filename, var1, ..., varN)
ce = whonh5(filename, var1, ..., varN)
📥 Input argument
filename - a string: .nh5 filename.
var1, ..., varN - string: Names of variables to inspect.
📤 Output argument
ce - cell of strings with variables names.
📄 Description
whonh5 lists variables in an valid .nh5 file.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?