Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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)).
Cita come
Are Mjaavatten (2026). remotest(points,boundary) (https://it.mathworks.com/matlabcentral/fileexchange/61886-remotest-points-boundary), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 2.2.0.0 (23,2 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 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 |
