필터 지우기
필터 지우기

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

조회 수: 8 (최근 30일)
Ammar
Ammar 2017년 1월 13일
댓글: Ammar 2017년 1월 14일
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
John Chilleri
John Chilleri 2017년 1월 13일
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.

댓글을 달려면 로그인하십시오.

답변 (2개)

the cyclist
the cyclist 2017년 1월 13일
I cannot endorse it myself (because I have never used it), but you could try the in_polyhedron function from the File Exchange.
  댓글 수: 1
Ammar
Ammar 2017년 1월 13일
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

댓글을 달려면 로그인하십시오.


Matt J
Matt J 2017년 1월 13일
If it is a convex polyhedron, you can use INHULL.
  댓글 수: 3
Image Analyst
Image Analyst 2017년 1월 14일
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 2017년 1월 14일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Bounding Regions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by