Plot graph with large dataset

3 Ansichten (letzte 30 Tage)
lucksBi
lucksBi am 23 Mai 2017
Kommentiert: Asyran Abdullah am 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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by