I have a hdf5 database but almost no experience with that kind of database. I need to open / load it in Matlab. However the Matlab function h5read
requires two arguments
data = h5read(filename,dataset)
I know my Filename (obviously :) ) but I don't know the dataset name (because I cannot look into the hdf5 databse).
Does anyone know how to find out the dataset names in a hdf5 database?
From Mathworks, you can use
h5info
(or the deprecatedhdf5info
) to get the name of the datasets inside a hdf5 databaseGives: