フィルターのクリア

Question on plotting a graph

1 回表示 (過去 30 日間)
John
John 2013 年 12 月 16 日
回答済み: dpb 2013 年 12 月 16 日
I've an adjacency matrix :
G = [0 2 5 0;0 0 1 4;0 1 0 2 ; 0 3 2 0];
where if G(i,j) = 0 then there is no edge between node i and node j and if G(i,j) = some number, then there is an edge between node i and node j. This is a very small example. My datasets have 5000 nodes. I wanted to plot it in a graph to see how it looks. Is there a way to do it?

回答 (1 件)

dpb
dpb 2013 年 12 月 16 日

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by