Is there a way to create a markov model graphically without having to use code?

2 views (last 30 days)
I was wondering if there was a way to create a markov model and specify state transition probabilities without having to use MATLAB code? For instance is it possible to do this graphically using Stateflow or Simulink? The only examples I see are using the dtmc object.

Accepted Answer

Shresth Sharma
Shresth Sharma on 26 Mar 2020
Hi,
It is my understanding that you are trying to simulate the Markov’ chain without using the command and to simulate it using Stateflow or Simulink. For the Stateflow part you can do it and there is an example available for the Markov chain. Follow the following example to get better understanding of Markov chain in stateflow model
Go through the following links for the Stateflow example.
For more information on Markov Chain in MATLAB you can go through the following documentation link.

More Answers (0)

Categories

Find more on Complex Logic in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!