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!