remotest(points,boundary)
Version 2.2.0.0 (23.2 KB) by
Are Mjaavatten
Finds the position within or on a boundary that is farthest from any member of a set of points.
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)).
Cite As
Are Mjaavatten (2024). remotest(points,boundary) (https://www.mathworks.com/matlabcentral/fileexchange/61886-remotest-points-boundary), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2014b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Voronoi Diagram in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.