Viewing IMD binary data
Ältere Kommentare anzeigen
How can I view IMD rainfall data which is a binary data with .grd format in Matlab?
Antworten (1)
Sulaymon Eshkabilov
am 3 Okt. 2020
0 Stimmen
You can read (import) binary data into MATLAB using fread() (see doc here) and then you can plot it to visualize, and so forth.
Kategorien
Mehr zu Low-Level File I/O finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!