Problem in opening HDF5 file
7 次查看(过去 30 天)
显示 更早的评论
I am new to HDF5 file format and there is a file I want to open. I simply followed what is given by mathworks example:
hinfo = hdf5info('example.h5');
dset = hdf5read(hinfo.GroupHierarchy.Groups(2).Datasets(1));
But MATLAB returned the following message: Improper index matrix reference.
Improper index matrix reference.
Error in HDF5_reader (line 8)
dset = hdf5read(hinfo.GroupHierarchy.Groups(2).Datasets(1));
So what was the problem?
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!