get nearest using 2 vec
Versione 1.0.0 (8,47 KB) da
moussa hasanzadeh
find nearest destination point from source point(source vector)
%%calling script
% find nearst dest point from source point(source vector)
% sourcPos.x=randi([-100,100],1,100);
% sourcPos.y=randi([-100,100],1,100);
%
% destPos.x=randi([-100,100],1,30);
% destPos.y=randi([-100,100],1,30);
% [unDestInd, gridDist,selctedDest,selctedDict]=getNearstDest2D(destPos, sourcPos,1,1);
Cita come
moussa hasanzadeh (2025). get nearest using 2 vec (https://it.mathworks.com/matlabcentral/fileexchange/81568-get-nearest-using-2-vec), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2020b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
|
