Making sample times visible

2 views (last 30 days)
Michael Whalen
Michael Whalen on 9 Jul 2013
Hello,
I'm working on an application in which I have a set of timers in Stateflow. I would like the timers to complete based on the sample rate of the Stateflow block (it is running at the inherited rate from the model). I would like the ability to adjust the model sample rate without touching the Stateflow code. Is there an easy way to do this?
Thank you very much for your time,
Mike

Answers (1)

Ryan G
Ryan G on 10 Jul 2013
I may need more details, but it sounds like you could put the stateflow model inside of an atomic subsystem and set the sample rate of the atomic subsytem.
You can also use triggers to activate the chart.

Categories

Find more on Complex Logic in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!