Viewing IMD binary data

2 views (last 30 days)
Shilpa S
Shilpa S on 3 Oct 2020
How can I view IMD rainfall data which is a binary data with .grd format in Matlab?

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 3 Oct 2020
You can read (import) binary data into MATLAB using fread() (see doc here) and then you can plot it to visualize, and so forth.

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!