I want to disable a subsystem at time 30 secs where the simulation execution time is 50 secs.How this can be done
2 views (last 30 days)
Show older comments
I want to disable a subsystem at time 30 secs where the simulation execution time is 50 secs.How this can be done
0 Comments
Answers (1)
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!