I want to disable a subsystem at time 30 secs where the simulation execution time is 50 secs.How this can be done

1 view (last 30 days)
I want to disable a subsystem at time 30 secs where the simulation execution time is 50 secs.How this can be done

Answers (1)

Les Beckham
Les Beckham on 23 Feb 2023
Edited: Les Beckham on 23 Feb 2023
I would recommend reading this page in the documentation. You can drive the enable input with the output of a less than block connected to a clock block and a constant block with a value of 30.

Categories

Find more on Event Functions 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!