An error was encountered during execution of the HDFEOS library function "GDreadfield".
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
L
am 4 Jun. 2021
Beantwortet: Chidvi Modala
am 7 Jun. 2021
Hi, I am trying to get data and plot a MODIS hdf file, but I keep getiing the error
Error in matlab.io.hdfeos.gd.readField (line 65)
hdfeos_gd_error(status,'GDreadfield');
[data,lat, lon] = gd.readField(grid_id, '250m_16_days_NDVI', [], [], []);
I tried searching what is the issue online, but no answer. Please help. Thank you
0 Kommentare
Akzeptierte Antwort
Chidvi Modala
am 7 Jun. 2021
You might be giving improper inputs to matlab.io.hdfeos.gd.readField. You may execute the following. This opens the source file. You can then use breakpoints to debug the issue.
edit matlab.io.hdfeos.gd.readField
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu HDF5 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!