Triangulation within specified region
古いコメントを表示
I am trying to triangulate a specified region along a 2d plane. The region i wish to tringualte is specified by x and y cooridantes and the lines joining each of these points. However when I use delaunyTriangulation it triangulates the entire region, including the parts I wish to leave out. I have inserted an image below.
Is there anyway to specify the boundary or region of which I would like to triangulate or remove the large unwated trinagles from the triangulation?
Thanks

3 件のコメント
darova
2019 年 6 月 7 日
If you have boundaries of your region use inpolygon() to indicate points inside and then triangulation
Robin Pillar
2019 年 6 月 7 日
darova
2019 年 6 月 7 日
Can you please attach this data?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Delaunay Triangulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


