How to interpolate scattered grid data
1 view (last 30 days)
Show older comments
Kamran Mukhtar
on 8 Aug 2019
Answered: Kamran Mukhtar
on 9 Aug 2019
Hi
I have some scattered data (z-values which are complex) on different latitude and longitude. I want to interpolate it uniformly so that I can fil the missing values of latitude and longitude.
1 Comment
Accepted Answer
More Answers (2)
Kamran Mukhtar
on 8 Aug 2019
1 Comment
Walter Roberson
on 8 Aug 2019
Use the 'v4' option of griddata.
"For all interpolation methods other than 'v4', the output vq contains NaN values for query points outside the convex hull of the sample data. The 'v4' method performs the same calculation for all points regardless of location."
See Also
Categories
Find more on Interpolation 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!