Plot graph with large dataset

3 vues (au cours des 30 derniers jours)
lucksBi
lucksBi le 23 Mai 2017
Commenté : Asyran Abdullah le 30 Août 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.

Réponse acceptée

Steven Lord
Steven Lord le 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 commentaires
Steven Lord
Steven Lord le 27 Oct 2017
Asyran Abdullah
Asyran Abdullah le 30 Août 2018
Then, how can we generate a connected graft by using random source and destination node?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by