Output not volume but surface using delaunayTriangulation
1 次查看(过去 30 天)
显示 更早的评论
I would like to truangulate my data nodes.
This can be done by combination of delaunay and triangulation commands,
However, I have to ADD and DELETE the nodes and subsequently update the triangulation,
which is the key feature of the delaunaytriangulation command.
As known, delaunaytriangulation outputs tetrahedra connections for 3d data.
I would like to obtain the triangulation of the surface.
Now, I am lokking for any ideas.
Exactry the same question has been already given,
but this has been unsolved.
0 个评论
采纳的回答
Walter Roberson
2022-9-12
That kind of triangulation will never work for your kind of data.
I suggest that you use boundary() and adjust the alpha parameter.
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!