Plot graph with large dataset

3 次查看(过去 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 个评论
Asyran Abdullah
Asyran Abdullah 2018-8-30
Then, how can we generate a connected graft by using random source and destination node?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by