Effacer les filtres
Effacer les filtres

Point contained in the convex hull of a quadrilateral?

1 vue (au cours des 30 derniers jours)
John
John le 17 Mai 2013
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

Réponse acceptée

Image Analyst
Image Analyst le 17 Mai 2013
You can use the inpolygon() function.
  1 commentaire
John
John le 17 Mai 2013
thanks for your hint!!
to be honest, i just don´t get it working^^
would you be so kind as to give me an example for the quadrilateral given by the 4 points
X1=[0,0], X2=[2,0], X3=[2,2] and X4=[0,2]
and one point beeing tested, lets say P=[1,1] ?
Greetz, John

Connectez-vous pour commenter.

Plus de réponses (1)

Sean de Wolski
Sean de Wolski le 17 Mai 2013

Catégories

En savoir plus sur Bounding Regions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by