Grid data interpolation to find value in scattered points

4 views (last 30 days)
Hello Everyone
I have a grid data set (0.5 x 0.5 latitude x longitude) which each grid represents the average value for that grid. Now I want to interpolate this grid data set for some certain points (scattered). In fact, I want to have exact value at this certain latitude and longitude instead of having grid data. I want to use a bilinear approach.
I attached a sample of my grid data and the certain points that I want.
Please let me know if it is possible doing that in Matlab or not.
Thank you in advance

Accepted Answer

KSSV
KSSV on 28 Apr 2020
Read about interp2.

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!