필터 지우기
필터 지우기

What to put as input to create adjacency matrix for graph function?

조회 수: 1 (최근 30일)
Pallabi Sengupta
Pallabi Sengupta 2016년 5월 31일
댓글: Jeevan Joishi 2016년 6월 8일
I have been trying to use the graph function of MATLAB using logical adjacency matrix but the function isn't taking any 'double' or 'logical' input. Even for the inputs given in example of the documentation, it is given me the same error: "Undefined function 'graph' for input arguments of type 'double'."
  댓글 수: 1
Jeevan Joishi
Jeevan Joishi 2016년 6월 8일
Check if the toolbox is properly installed or if the function is shadowed by some other function. You can execute the following command to see if there MATLAB is able to find the function 'graph'
>> which -all graph

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Directed Graphs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by