MATLAB: Check points inside n number of triangle in a square

matlab coder

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.

Best Answer

see pointLocation method of Triangulation class
Related Question