What is the correct way to get the convex hull

조회 수: 1 (최근 30일)
user6567
user6567 2015년 10월 13일
답변: Walter Roberson 2015년 10월 13일
I have a 3D array of data which shows one concave figure. I want to find all points which don't belong to the figure, but belong to the convex hull. How can I do it?
I know I should use the convhull function, but I'm not sure how (the input is an array of size m by n, where m is the number of points and m is the number of dimensions, so 3 in my case). Also, I'm not sure how to process the output of this function - it has the same size as the input matrix.
I'd appreciate any examples.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 10월 13일

카테고리

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