Categories &

Functions List

Function Reference: h5info

dl>
Loadable Function: info= h5info (filename)
Loadable Function: info= h5info (filename, location)

Return information about the content of a HDF5 file.

info = h5info(filename) returns information about an entire HDF5 file.

info = h5info(filename,location) returns information about the specified location in the HDF5 file.

The return value, info, is a structure with detailed information on the groups, datasets, and datatypes contained in the file.

See also: h5disp

Source Code: h5info