MATLAB: Optimization routes, dijkstra algorithm, Biograph,

biographdijkstra algorithmMATLABoptimization rutes

Hi, when I try to use the dijkstra algorithm to optimization route, always it asks me the segments from the nodes, what happens if I do not know them, because I trying to get the optmization route of an image.
by the way, I do not understand the CMatrix relationship with the real image on the biograph function.
somebody know how to implement that in simulink???

Best Answer

You need to somehow figure out what the node connections are from the image. The difficulty of doing that will depend on how you create your "nodes" out of the image.
Related Question