Filter löschen
Filter löschen

How can I weight the edges in a Markov plot, using graphplot?

2 Ansichten (letzte 30 Tage)
Lawrence Nitz
Lawrence Nitz am 7 Feb. 2018
I am trying to plot a 6 node Markov process with edges weighted by the transition probabilities, for a clearer representation than that provided by numerical weights or colored edges. Here is my code: %"fir" is the ttmc output fir=dtmc(primary) h=graphplot(fir) weight=nonzeros(primary) h.LineWidth = ( weight); graphplot(gg, "LineWidth", weight)
And, I get the following error:
Undefined function 'graphplot' for input arguments of type 'matlab.graphics.chart.primitive.GraphPlot'.
Error in net_trans (line 77) graphplot(gg, "LineWidth", weight)
I liked the graphplot output because it allows me to emphasize the more stable nodes in the matrix (those in which subjects do not change states). My proposed code does not work--is there a better way to do this?

Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by