h5dumpDump the content of an H5 object on the standard output streamCalling Sequence
h5dataset(obj, name)
h5dataset(filename, name)
Argumentsobja H5Objectnamea string giving the path to dumpfilenamea string giving the filenameDescriptionWrite the content of an H5 object in the standard output stream. Useful to help debugging and checking that everything is ok with the object.ExamplesSee Also
h5open
History5.5.0HDF5 module introduced.