h5dump(filename)
R = h5dump(filename)
h5dump(filename, location)
R = h5dump(filename, location)
| Paramètre | Description |
|---|---|
| filename | a string: hdf5 filename. |
| location | a string: name of the path to dump. |
| Paramètre | Description |
|---|---|
| R | une chaîne : vidage du fichier HDF5 au format texte. |
h5dump affiche le contenu d'un fichier HDF5 au format texte.
h5create([tempdir(), 'myfile.h5'],'/myDataset2',[10 20]);
h5dump([tempdir(), 'myfile.h5'])
R = h5dump([tempdir(), 'myfile.h5'])
| Version | Description |
|---|---|
| 1.0.0 | version initiale |