h5dump
dump the content of hdf5 file as text.
Syntax
h5dump(filename)
R = h5dump(filename)
h5dump(filename, location)
R = h5dump(filename, location)
Input argument
filename - a string: hdf5 filename.
location - a string: name of the path to dump.
Output argument
R - a string: dump of hdf5 file as text.
Description
h5dump dump the content of hdf5 file as text.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated