Plotting tool for weighted digraphs
古いコメントを表示
I'm looking a tool to plot a weighted, directed graph, specifically one represented by a 44-by-44 matrix having nonnegative entries. I'm allowing for self-loops.
Whether the plot has actual arrows is not that important to me--I just want something that conveys the overall strength of directed associations.
I know about wgplot for weighted graphs, but I need something that also shows directionality.
採用された回答
その他の回答 (2 件)
Paul Fishback
2015 年 1 月 16 日
0 投票
1 件のコメント
Kelly Kearney
2015 年 1 月 16 日
Yes, that's the convention.
Steven Lord
2017 年 6 月 5 日
0 投票
For future reference, if you're using release R2015b or later I recommend creating a digraph object and calling plot on it.
カテゴリ
ヘルプ センター および File Exchange で Graph and Network Algorithms についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!