nearestpoint(x, y, m)
NEARESTPOINT - find the nearest value in another vector
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Citar como
Jos (10584) (2026). nearestpoint(x, y, m) (https://la.mathworks.com/matlabcentral/fileexchange/8939-nearestpoint-x-y-m), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: Find the id of the closest value in an array to a given value, IPDM: Inter-Point Distance Matrix, Efficient K-Nearest Neighbor Search using JIT
Información general
- Versión (3,13 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 4.2.0 | updated for newer NL releases |
||
| 4.1.0 | fixed error mentioned by Julian (D was requested but no nearest point was found). |
||
| 1.1.0 | Updated function to avoid errors when called with NaNs and empty variables. Thanks Drew. |
||
| 1.0.0 | corrected error when using 'prev' option |