What is the difference between delaunay.m and TriScatteredInterp.m

조회 수: 1 (최근 30일)
Matlab2010
Matlab2010 2013년 1월 28일
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

답변 (1개)

Shashank Prasanna
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 :

카테고리

Help CenterFile Exchange에서 Delaunay Triangulation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by