remotest(points,bou​ndary)

버전 2.2.0.0 (23.2 KB) 작성자: Are Mjaavatten
Finds the position within or on a boundary that is farthest from any member of a set of points.
다운로드 수: 151
업데이트 날짜: 2018/12/20

라이선스 보기

Given a set of points and a boundary, this function finds the position within or on the boundary that is most distant from the nearest point the set.
Some possible applications:
- Find the point farthest from a city, airport, radio mast, ....
- Find the point on an island farthest from the sea
Empirically, the order is closer to O(n) than to O(n log(n)).

인용 양식

Are Mjaavatten (2024). remotest(points,boundary) (https://www.mathworks.com/matlabcentral/fileexchange/61886-remotest-points-boundary), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Added option for finding interior points only, excluding points on the boundary.

2.1.0.0

Six times faster than version 2.0

2.0.0.0

New algorithm: 40 to 70 % faster. Algorithm philosophy included as comment.

1.0.0.0