[path, prev, unvis, distance] = Dijkstra(Matrix, start, target)

版本 1.0.0.0 (2.2 KB) 作者: Ingo Hermann
This is the simple Dijkstra methode to find the shortes path on a shell.
119.0 次下载
更新时间 2016/12/7

查看许可证

This is the simple Dijkstra methode to find the shortes path on a shell. Put in the start p and target point q and the Matrix in doube format Matrix then you get the path. The first component of the point is the column and the second the row. For the output path one gets the used path, prev are the previous visited pixels, unvis are the unvisited pixels, and distance the weigted distance of the pixels.

引用格式

Ingo Hermann (2024). [path, prev, unvis, distance] = Dijkstra(Matrix, start, target) (https://www.mathworks.com/matlabcentral/fileexchange/60610-path-prev-unvis-distance-dijkstra-matrix-start-target), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dijkstra algorithm 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0