Building a Markov Chain Graph (directed graph) with large number of nodes/states
3 views (last 30 days)
Show older comments
I have a transition probability matrix with 205 states or nodes and I want to visualize it as a directed graph. I used Matlab's digraph and graphplot functions but the edges overlap on top of each other and it is very difficult to analyze it.
Is there any other function or toolbox in MATLAB to visualize such type of directed graphs with large number of nodes?
Thank you
0 Comments
Answers (1)
Steven Lord
on 3 Nov 2021
What layout are you using to have MATLAB determine the coordinates at which the nodes should be plotted? Depending on how sparsely populated your transition matrix is the 'layered' layout may be useful.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!