Reading multiple HDF files and saving the information from the variable I need
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
per isakson
2021 年 4 月 26 日
編集済み: per isakson
2021 年 4 月 29 日
Yes, that's pretty straightforward. The first step is to run
h5disp('01011997.HDF')
What does it show?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で HDF5 についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!