Plot graph with large dataset

3 visualizaciones (últimos 30 días)
lucksBi
lucksBi el 23 de Mayo de 2017
Comentada: Asyran Abdullah el 30 de Ag. de 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.

Respuesta aceptada

Steven Lord
Steven Lord el 23 de Mayo de 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 comentarios
Asyran Abdullah
Asyran Abdullah el 30 de Ag. de 2018
Then, how can we generate a connected graft by using random source and destination node?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graph and Network Algorithms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by