- Which release of Matlab do you use?
- Did you try the new function h5info? (Note: hdf5info will be removed in a future version. Use h5info instead.)
- Did you try to open the test.h5 with HDFView [, which] is a visual tool for browsing and editing HDF4 and HDF5 files. (HDFView is a useful tool.)
- "(invalidFile)"   Did you try with other files?
Unable to open file with hdf5info
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi Everyone.
I am trying to open a file with "hdf5info".
I try to read in my file using
hinfo=hdf5info('test.h5')
It returns:
Error using hdf5infoc
Call to HDF5 library failed (invalidFile): "Unable to open file:
C:\Users\Jessica\Desktop\Fermi_n01_4\TRACKS\test.h5".
Error in hdf5info (line 78)
[info.Offset, info.GroupHierarchy, majnum, minnum, relnum]= ...
Any ideas? Help would be greatly appreciated!
1 commentaire
per isakson
le 21 Fév 2016
Modifié(e) : per isakson
le 21 Fév 2016
Réponses (0)
Voir également
Catégories
En savoir plus sur HDF5 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!