<< h5dump | HDF5 | h5read >> |
h5ls(filename) |
R = h5ls(filename) |
h5ls(filename, location) |
R = h5ls(filename, location) |
a string: hdf5 filename.
a string: name of the path to list.
a cell of strings with two columns (first column gives the names and the second one the type of the listed element).
h5dump list the content of hdf5 file.
h5create([tempdir(), 'myfile.h5'],'/myDataset2',[10 20]);
h5ls([tempdir(), 'myfile.h5'])
R = h5ls([tempdir(), 'myfile.h5'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET