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

2 次查看(过去 30 天)
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?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Markov Chain Models 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by