Problem 56413. how to determine is a point is inside, on or outside a polygon?
design function determines whether the point is inside a contour, outside, or lies on an edge (or coincides with a vertex). It returns positive (inside),negative (outside), or zero (on an edge) value, correspondingly. When measureDist=false , the return value is +1, -1, and 0, respectively. Otherwise, the return value is a signed distance between the point and the nearest contour edge.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
3394 Solvers
-
1369 Solvers
-
Return the first and last characters of a character array
11344 Solvers
-
Chebyshev polynomials of the 1st Kind
78 Solvers
-
Radiation Heat Transfer — View Factors (1)
175 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!