Delaunay Triangulation Spatial Search

조회 수: 1 (최근 30일)
curoi
curoi 2013년 5월 21일
I'm trying to perform a spatial search between two datasets that have the same coordinate system but are sampled at different intervals in the x and y directions. Finding the nearest neighbor of one dataset using queries form the other seems to be the best approach:
However, when I try to using the delaunayTriangulation class, I get the following error:
"Undefined function or method 'delaunayTriangulation' for input arguments of type 'double'." Is this part of another toolbox that I don't have access too? Also, if that is the case, how can I do a spatial search for points in the first dataset to find corresponding nearest neighbor indices in the second dataset?

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 5월 21일
delaunayTriangulation was introduced in the recent release. Here is the release notes:
For older releases you may use:

추가 답변 (0개)

카테고리

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