Reading multiple HDF files and saving the information from the variable I need
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello
I have a folder with aprox 14.000 HDF files all named DDMMYYYY.HDF starting from 1997, so 01011997.HDF to 01012019.HDF.
Each of these HDF files has an array of precipitation values which I need to exctract and save.
I have very to little coding experience with MatLab, is this possible?
Thanks a lot!
1 comentario
per isakson
el 26 de Abr. de 2021
Editada: per isakson
el 29 de Abr. de 2021
Yes, that's pretty straightforward. The first step is to run
h5disp('01011997.HDF')
What does it show?
Respuestas (0)
Ver también
Categorías
Más información sobre HDF5 en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!