maximum_distance

버전 1.0.1 (2.39 KB) 작성자: Lucas Pavlov
Computes the maximum distance between two points from a given set of k points in R^n.
다운로드 수: 36
업데이트 날짜: 2019/4/27

라이선스 보기

Computes the maximum distance between two points from a given set of k points in R^n. When possible, the calculation is performed from the convex hull which greatly reduces computation time.

인용 양식

Lucas Pavlov (2024). maximum_distance (https://www.mathworks.com/matlabcentral/fileexchange/71334-maximum_distance), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Bounding Regions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Corrected iteration in the non convex hull case to avoid considering each pair of points two times, and added an optional output argument containing the indices of the two farthest points.

1.0.0