Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Return the optimal path given the adjacency/cost sparse matrix and source/destination nodes.
Run mexme_dijkstra.m to compile mex-files on your own-plateform.
Be sure that "mex -setup" have been done at least one.
Run test_dijkstra.m for the demo
Citation pour cette source
Sebastien PARIS (2026). dijsktra path finder (https://fr.mathworks.com/matlabcentral/fileexchange/17385-dijsktra-path-finder), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : 2D random paths generator integrating leg's contraints
Informations générales
- Version 1.4.0.0 (57,4 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.4.0.0 | Fixed for modern Matlab and OS64 |
||
| 1.3.0.0 | - Changed int* to mwIndex* for OS64. Now should work also for 64bits system |
||
| 1.2.0.0 | -Fix a bug thanks Roberto Olmi for reporting
|
||
| 1.1.0.0 | -add test_dijkstra.m and mexme_dijkstra.m
|
||
| 1.0.0.0 |
