필터 지우기
필터 지우기

Function that tell me if a point is inside a volume.

조회 수: 23 (최근 30일)
matteo scarpelli
matteo scarpelli 2017년 10월 28일
답변: Matt J 2017년 10월 28일
Hi everyone, I need help. I need to know if there is a function that tell me if a point with coordinates x-y-z is inside a volume defined by eight point(it's a parallelepiped). i'm new in matlab so i don't know all the function. Thanks in advance for helping me.
  댓글 수: 1
matteo scarpelli
matteo scarpelli 2017년 10월 28일
편집: matteo scarpelli 2017년 10월 28일
i used the function boundary and then the function ismember, but i didn't obtain what i want. for example: I have the matrix P that have the coordinate of the eight point that built the volume P =[1 1 1; 1 10 1; 10 1 1; 10 10 1; 1 1 2; 1 10 2; 10 1 2; 10 10 2]; i need to know , for example, if the point x=[2,2,1.5] is inside the volume of P. Thanks again guys

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

채택된 답변

Matt J
Matt J 2017년 10월 28일
You can use INHULL.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by