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, including information about the groups, datasets, and named datatypes contained within it.

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

Source Code: h5info