Distance between two surfaces along surface normals
이전 댓글 표시
I have two surfaces which I need to see the distance between them along the surface normals of one surface which is a sphere. I used one code available online by finding the intersection between normal and triangulated surfaces of the other surface.And then get the distance between two points. I ended up without any intersection point. My surfaces have many points and it took long time like 4hours. I would appreciate if someone could tell me about an efficient way. Thanks in advance. Thamali
답변 (1개)
KSSV
2018년 2월 7일
0 개 추천
Read about knnsearch. With this you can get the points lying closer to the given set of points.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!