Building a Markov Chain Graph (directed graph) with large number of nodes/states

3 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Steven Lord
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.

Categorie

Scopri di più su Networks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by