| << h5create | HDF5 | h5ls >> |
| h5dump(filename) |
| R = h5dump(filename) |
| h5dump(filename, location) |
| R = h5dump(filename, location) |
a string: hdf5 filename.
a string: name of the path to dump.
a string: dump of hdf5 file as text.
h5dump dump the content of hdf5 file as text.
h5create([tempdir(), 'myfile.h5'],'/myDataset2',[10 20]);
h5dump([tempdir(), 'myfile.h5'])
R = h5dump([tempdir(), 'myfile.h5'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET