Plot graph with large dataset

3 views (last 30 days)
lucksBi
lucksBi on 23 May 2017
Commented: Asyran Abdullah on 30 Aug 2018
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.

Accepted Answer

Steven Lord
Steven Lord on 23 May 2017
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 Comments
Asyran Abdullah
Asyran Abdullah on 30 Aug 2018
Then, how can we generate a connected graft by using random source and destination node?

Sign in to comment.

More Answers (0)

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!