A* Algorithm

Compute Shortest path between starting 3D point and ending one.
1,8K download
Aggiornato 9 mag 2017

Visualizza la licenza

Giving a vector, it computes the shortest path between the first and last point of that.
Adding a settable number of points to the OPEN set that are nearest than "raggio" value. Or rather, the nodes added to the OPEN set at each step is settable (default equal to the vector length).
The distances are in three dimensions.

Cita come

LorenzoTortorella (2026). A* Algorithm (https://it.mathworks.com/matlabcentral/fileexchange/45546-a-algorithm), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Sparse Matrices in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.2.0.0

Example updated
Added "update_open.m" file

1.1.0.0

Little bug fixed and example file given.

1.0.0.0