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개)
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!