Categories &

Functions List

Function Reference: h5disp

Function File: h5disp (filename)
Function File: h5disp (filename,location)
Function File: h5disp (filename,location,mode)

Display the contents of a HDF5 file.

h5disp(filename) displays the metadata that describes the structure of the specified HDF5 file.

h5disp(filename,location) displays the metadata for the specified location within the file.

h5disp(filename,location,mode), where mode is ’min’, displays only the group and dataset names. The default for mode is ’simple’, which displays the dataset metadata and attribute values.

See also: h5info

Source Code: h5disp