中文说明:这是最短路径算法的MATLAB编程,简单易懂,实用性较强,利用了距离矩阵作为输入量,经过不断更新计算然后回溯找到最短(即最优)路径。
English Description:
This is the shortest path algorithm matlab programming, easy to understand, practical, using the distance matrix as the input, after continuous update calculation, and then back to find the shortest (that is, the optimal) path.