Analyse at a time step
Show older comments
I am wondering how I can do the analysis per time step during the simulation in Simulink. for example calculating the result of a function for different values at each time step and find it maximum.
Answers (2)
Ryan G
on 17 Sep 2012
0 votes
With R2012b (and with a bit more work in older versions) you can utilize simulink stepper to work through the model step by step.
Guy Rouleau
on 17 Sep 2012
0 votes
If you need to execute a set of blocks or a function multiple time er time step, use the For or While action subsystem.
Type sl_subsys_semantics in MATLAB for examples
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!