how to interp2 with nan data
24 次查看(过去 30 天)
显示 更早的评论
I have [X; Y; Z] = [1,2,3,4,5 ; 2,3,4,5,6 ; 0.2, NaN, 0.1, NaN, NaN] which needs to be interpolated to [XI; YI] which are [4,5,6,7,8 ; 0,1,2,3,4]. How can I do it by removing the NaN in Z ? If I remove NaN, its no more regular grid, and does not interpolate.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NaNs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!