How to interpolate scattered grid data
조회 수: 2 (최근 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!