What is the difference between delaunay.m and TriScatteredInterp.m
1 次查看(过去 30 天)
显示 更早的评论
I have scattered data in 2D/3D. I wish to transform it onto a regular grid.
What is the difference between delaunay.m and TriScatteredInterp.m
Does TriScatteredInterp use delaunay triangulation? or some other method of triangulation (eg http://en.wikipedia.org/wiki/Minimum-weight_triangulation)?
thank you
0 个评论
回答(1 个)
Shashank Prasanna
2013-1-28
TriScatteredInterp indeed uses Delaunay triangulation. The reason they are different in MATLAB is because TriScatteredInterp provides a framework to use the triangulation to perform interpolation. Delaunay on the other hand just provides the triangulation.
You can see under the "definition" section of TriScatteredInterp :
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!