How to interpolate scattered grid data
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(2 个)
Kamran Mukhtar
2019-8-8
1 个评论
Walter Roberson
2019-8-8
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."
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!