h5lsList the content of an HDF5 object (group or dataset)Calling Sequence
content = h5ls(obj [, name [, filter]])
content = h5ls(filename, name [, filter])
Argumentsobja H5Objectnamea string giving the path to the object to listfilenamea string giving the filenamefiltera string giving the type to filtercontenta matrix of strings with 2 columnsDescriptionList the content of a group or a dataset. The first column gives the names and the second one the type of the listed element.The filter can take one of the values 'group' (or 'g'), 'dataset' (or 'd'), 'type' (or 't') and 'attribute' (or 'a'). For example, if 'g' is given, only the groups will be returned.ExamplesSee Also
h5open
History5.5.0HDF5 module introduced.