Azzera filtri
Azzera filtri

How can I find the data point inside/outside the polyhedron shape ? i.e. more than 3D.

8 visualizzazioni (ultimi 30 giorni)
Dear all, I would like to ask a question: How can I find the data point inside/outside the polyhedron shape? i.e. the shape in more than 3D dimensions. I know the function "inpolygon" in MATLAB give us the result if the data point inside/outside polygon in 2D and 3D, but what about more than 3D?
Kind regards Ammar
  1 Commento
John Chilleri
John Chilleri il 13 Gen 2017
Depending on your polyhedron, it might work if you were to run inpolygon on all the profiles and whichever points lie in all are within the polygon.

Accedi per commentare.

Risposte (2)

the cyclist
the cyclist il 13 Gen 2017
I cannot endorse it myself (because I have never used it), but you could try the in_polyhedron function from the File Exchange.
  1 Commento
Ammar
Ammar il 13 Gen 2017
Dear "the cyclst", I would like to thank you for this answer. Please, I tried to use this function but depend on my understanding it is work just for 3D and I am looking for a function work with more than 3D, i.e. 4, 5,... dimensions. Regards

Accedi per commentare.


Matt J
Matt J il 13 Gen 2017
If it is a convex polyhedron, you can use INHULL.
  3 Commenti
Image Analyst
Image Analyst il 14 Gen 2017
You also have answers in your duplicate question. Now you have TWO places to look. I don't know why you want that situation. Don't forget to check both threads from now on.
Ammar
Ammar il 14 Gen 2017
Dear Image Analyst, thank you very much for this comment. Yes, I just want to make the question more simple. I am looking for a function in MATLAB to find the point inside/outside the polygon in high dimensions (i.e. more than3D). Thanks.

Accedi per commentare.

Categorie

Scopri di più su Bounding Regions in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by