필터 지우기
필터 지우기

fast method to check point

조회 수: 1 (최근 30일)
imola
imola 2014년 11월 13일
편집: imola 2015년 2월 17일
Dear all,
in 3D I used the convex hull to check the points, but it cost time. I want to find fast method to check the points for D>=4, thanks for everyone,
regards

채택된 답변

Matt J
Matt J 2014년 11월 13일
You could obtain the inequalities A*x<=b representing the hyperrectangle using VERT2LCON ( Download ). Then you can just verify whether the inequalities are satisfied. There is also
I don't know which approach would be faster.

추가 답변 (0개)

카테고리

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