フィルターのクリア

Output not volume but surface using delaunayTriangulation

2 ビュー (過去 30 日間)
Mamoru Takahashi
Mamoru Takahashi 2022 年 9 月 12 日
回答済み: Walter Roberson 2022 年 9 月 12 日
I would like to truangulate my data nodes.
This can be done by combination of delaunay and triangulation commands,
as demonstrated in the trisurf documentation, https://jp.mathworks.com/help/matlab/ref/trisurf.html
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.

採用された回答

Walter Roberson
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 件)

カテゴリ

Help Center および File ExchangeDelaunay Triangulation についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by