A* Algorithm

Compute Shortest path between starting 3D point and ending one.
1,8K Downloads
Aktualisiert 9 Mai 2017

Lizenz anzeigen

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.

Zitieren als

LorenzoTortorella (2024). A* Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/45546-a-algorithm), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Sparse Matrices finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
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