Plot graph with large dataset

5 ビュー (過去 30 日間)
lucksBi
lucksBi 2017 年 5 月 23 日
コメント済み: Asyran Abdullah 2018 年 8 月 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.

採用された回答

Steven Lord
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
Steven Lord 2017 年 10 月 27 日
Asyran Abdullah
Asyran Abdullah 2018 年 8 月 30 日
Then, how can we generate a connected graft by using random source and destination node?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by