Read attribute from HDF5 file
attval = h5readatt(filename,location,attr)
attval = h5readatt(filename,location,attr)
retrieves
the value for the named attribute attr
from the
given location
in the HDF5 file filename
.
|
Character vector specifying the name of an HDF5 file. |
|
Character vector specifying the full path of the attribute in
an HDF5 file. |
|
Character vector specifying the name of an attribute in an HDF5 file. |
|
Value of the attribute. |