h5readatt
Read a HDF5 attribute.
Retrieves the value of the specified attribute named attr from the specified location location in the HDF5 file filename.
Input arguments:
Filename of an existing HDF5 file, specified as a string
The path to an existing node in the HDF5 file, which can be either a Group, a Dataset or a Named DataType. The root group, "/", is also valid.
Name of attribute, specified as a string scalar.
Value of the attribute read from the file.
See also: h5writeatt
Source Code: h5readatt