interpolation after delaunay triangulation
3 次查看(过去 30 天)
显示 更早的评论
is there a function that performs interpolation of data in a grid created by delaunay triangulation? for example: X = [1,3,6,2,2]; Y = [2,4,1,6,8]; Z = [12,15,10,8,20];
after performing DT = delaunaytri(X,Y,Z);
i would like to calculate the Z values at the next 3 points: x =[4,1,5]; y = [1,3,2];
thank you,
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Delaunay Triangulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!