I cannot use graph and digraph functions in matlab 2013b, how to fix it?

8 ビュー (過去 30 日間)
Miguel Wang
Miguel Wang 2016 年 9 月 13 日
編集済み: michio 2016 年 9 月 14 日
I try to use graph and digraph to create a graph in my matlab2013b. When I run the following code, the error shows that "Undefined function 'graph' for input arguments of type 'double'." Would you please tell me what i can do?

回答 (1 件)

michio
michio 2016 年 9 月 13 日
編集済み: michio 2016 年 9 月 13 日
digraph and graph functions were introduced at R2015b. So a solution is to upgrade your MATLAB version to R2015b or later.
  2 件のコメント
Miguel Wang
Miguel Wang 2016 年 9 月 14 日
Thanks a lot! Is there any other solutions? I cannot upgrade my matlab for this moment.
michio
michio 2016 年 9 月 14 日
編集済み: michio 2016 年 9 月 14 日
Searching in File Exchange is always a valid alternative :) I found some seemingly related functions there. Hope you can find the one you like!
https://jp.mathworks.com/matlabcentral/fileexchange/?utf8=%E2%9C%93&term=graph

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by