delaunayTriangulation object from existing triangulation

2 次查看(过去 30 天)
Hi all,
I have an existing triangulation (vertices x and y and connectivity matrix tri) and I would like to apply the PointLocation method of the delaunayTriangulation class on this existing triangulation (much like the obsolete tsearch function in older versions of matlab).
However, the PointLocation method obviously needs a delaunayTriangulation instance as input. The delaunayTriangulation class always seems to perform its own triangulation procedure, which results in a different connectivity matrix than the tri matrix that I have given the vertices x and y.
Is there a way to apply PointLocation (or something like tsearch) to my existing triangulation? I have Matlab 2013a.
Cheers,
Max

回答(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