Building a Markov Chain Graph (directed graph) with large number of nodes/states
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Steven Lord
il 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 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!