Error using digraph/subsref
이전 댓글 표시
Hi, I have tried to use digraph on a Matlab2016 version.
However the result is: Error using digraph/subsref Method 'subsref' is not defined for class 'digraph' or is removed from MATLAB's search path.
Error in name of program (line 117) plot(G,'Layout','force','EdgeLabel',G.Edges.Weight,'markersize',20)
Warning: Function subsasgn has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
thanks
댓글 수: 2
Walter Roberson
2017년 9월 11일
Please show us the output of
which plot
I suspect you have created a variable named "plot"
Stephen23
2017년 9월 12일
Please show us the output of these commands:
which plot -all
which subsasgn -all
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Modification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!