Plot graph with large dataset

조회 수: 3 (최근 30일)
lucksBi
lucksBi 2017년 5월 23일
댓글: Asyran Abdullah 2018년 8월 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
Steven Lord
Steven Lord 2017년 10월 27일
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