Check points inside n number of triangle in a square

1 回表示 (過去 30 日間)
Boni_Pl
Boni_Pl 2019 年 7 月 17 日
回答済み: Bruno Luong 2019 年 7 月 17 日
Hello
In a square geometry n number of triangles and coordinates of each vertices are given.If N no. of points are in the medium then how to write for loop to check how many points are inside each of the triangle. Please help.
  1 件のコメント
infinity
infinity 2019 年 7 月 17 日
Hello,
I can give you an simplest idea to do this
1. write a function to check wheather a point is inside or not a triagle.
2. Use for loop for each point in N points and for loop for each triangle in n triangles. Then, count how many triangles containt this point.

サインインしてコメントする。

採用された回答

Bruno Luong
Bruno Luong 2019 年 7 月 17 日
see pointLocation method of Triangulation class

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by