Error message when plotting network graph in 2018a
古いコメントを表示
I'm having a problem creating a simple network graph from a symmetric adjacency matrix.
A=[0,1,1,0,0;1,0,1,0,0;1,1,0,1,1;0,0,1,0,1;0,0,1,1,0]
G=graph(A);
plot(G);
Creating G is not a problem, but the plot command produces the following error message:

Interestingly, I don't have any problems with R2018b--just with R2018a
2 件のコメント
Hayden
2023 年 6 月 27 日
I am having the same error messages when I try to use the graphplot function in the econometrics toolbox for a dtmc plot. I did not have this issue previously, but now it has come up for no reason. I have not changed anything in my code
DGM
2023 年 6 月 27 日
If you're getting the exact same error, have you tried checking what the main answer suggests?
採用された回答
その他の回答 (1 件)
madhan ravi
2018 年 11 月 8 日
Couldn’t produce that error in 2018b so try
clear all
at the very beginning and try again
カテゴリ
ヘルプ センター および File Exchange で Graph and Network Algorithms についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
