compilation error when using graph method.
古いコメントを表示
iam trying to create directed and undirected graph,i used this code: s = [1 2 1 3]; t = [2 3 3 4]; w = [10 20 30 5]; G=graph(s,t,w); but i face this problem when compile code: Undefined function or method 'graph' for input arguments of type 'double'. Thanks
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Directed Graphs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!