Borrar filtros
Borrar filtros

Problem reading h5 file

5 visualizaciones (últimos 30 días)
Luis Eduardo Cofré Lizama
Luis Eduardo Cofré Lizama el 3 de Feb. de 2020
Hi All, I have a h5 file (r1s1.h5) for which the original name was manually changed (was 20190809-143113_Walk.h5). Therefore when using hdf5info(r1s1.h5), I get the following werror "Error using hdf5info (line 69)
Could not open file 'Desktop/Data/r1s1.h5'. If I rename teh file to the old name, I can use hd5info whithout probs, but cannot do that for the enormous amount of files I have. Any suggestions about how to read the files when Filename given in hinfo doesnt match the actual file name?
cheers
eduardo
  1 comentario
Walter Roberson
Walter Roberson el 3 de Feb. de 2020
That particular error message would indicate a permission problem accessing the file, or a dead symbolic link (Yes, NTFS does have symbolic links even if they are obscure).
Unless, that is, you misrepresented the hdfinfo call you used and in your real call you passed in the relative path to the expectedly location of the file, where your example code passes in a file name without any directory information.

Iniciar sesión para comentar.

Respuesta aceptada

Luis Eduardo Cofré Lizama
Luis Eduardo Cofré Lizama el 4 de Feb. de 2020
Thanks for your answer Walter, actually it was a path issue! When using my script in a loop I didnt realized I added the path to be searched in the hd5info and off course wouldn't find it. Thanks for the eye opening answer.
Eduardo

Más respuestas (0)

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by