how to find short path on graph

2 views (last 30 days)
Hazim Nasir
Hazim Nasir on 9 Feb 2018
Commented: Hazim Nasir on 9 Feb 2018
hello I have a directed graph with many streams shown in the picture, so I try to solve this problem using graph theory in MATLAB but even very simple code on graph does not work I use R2015a, for using graph or digraph I got the error : Undefined function or variable 'digraph'. the points of the graph arranged as x,y, the first and last points are start and goal respectively thank you in advance for any help 30 10 30 191 30 10 45 206 30 191 45 206 45 206 155 206 155 206 170 191 155 206 170 11 170 191 170 11
  2 Comments
Star Strider
Star Strider on 9 Feb 2018
The digraph function was introduced in R2015b.
Hazim Nasir
Hazim Nasir on 9 Feb 2018
thank you, I have to upgrade

Sign in to comment.

Answers (0)

Categories

Find more on Networks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!