Plot graph with large dataset
1 回表示 (過去 30 日間)
古いコメントを表示
Hi i want to know what does this type of graph mean? I got this while Using same code which works fine on small data but with large data it plots this graph.
0 件のコメント
採用された回答
Steven Lord
2017 年 5 月 23 日
It means that your directed graph (stored as a digraph object) contains multiple connected components. You can see a smaller, simpler example on the documentation page for the conncomp function.
6 件のコメント
Steven Lord
2017 年 10 月 27 日
Asyran Abdullah
2018 年 8 月 30 日
Then, how can we generate a connected graft by using random source and destination node?
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!