MATLAB: Point contained in the convex hull of a quadrilateral

convex hullquadrilateral

Hellooo,
how can i examine if a point in the 2D-Plane is in the convex hull of a quadriliteral, given from 4 points??
I know there is the function "convhull" but this only creates my konvex hull.
Greetz, John

Best Answer

You can use the inpolygon() function.
Related Question