h5readattr Read the data of an HDF5 attribute Calling Sequence h5readattr(obj [, location], name) h5readattr(filename, location, name) Arguments obj a H5Object name a string giving the path to the attribute name location a string giving the path to the group or the dataset containing the attribute filename a string giving the filename Description Read the content of an attribute. Examples See Also h5read h5writeattr h5attr History 5.5.0 HDF5 module introduced.