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

조회 수: 7 (최근 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 CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by