how to load an HDF5 file in Matlab?
4 ビュー (過去 30 日間)
古いコメントを表示
I am trying to load an HDF5 file I downloaded from one of the many NASA websites to create a map of temperatures recorded during a certain time period, however the load function is not loading the file at all. what else can I do to load the file?
>> gpm = load( '1B.GPM.GMI.TB2016.20190101-S001447-E014719.027510.V05A.HDF5' )
Error using load
Unknown text on line number 1 of ASCII file 1B.GPM.GMI.TB2016.20190101-S001447-E014719.027510.V05A.HDF5
"HDF
".
0 件のコメント
回答 (2 件)
KSSV
2020 年 7 月 10 日
You should not use load to read your file. You have dedicated functions to read HDF5 files. Refer her:
参考
カテゴリ
Help Center および File Exchange で HDF5 についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!