h5readatt
Read HDF5 attribute.
📝 Syntax
attval = h5readatt(filename, location, attname)
📥 Input argument
filename - a string: hdf5 filename.
location - a string: full path identifying a group or variable.
attname - a string: name of an attribute.
📤 Output argument
attval - a nelson's variable.
📄 Description
h5readatt reads attribute named attname from the HDF5 file.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?