I want to disable a subsystem at time 30 secs where the simulation execution time is 50 secs.How this can be done
2 次查看(过去 30 天)
显示 更早的评论
I want to disable a subsystem at time 30 secs where the simulation execution time is 50 secs.How this can be done
0 个评论
回答(1 个)
Les Beckham
2023-2-23
编辑:Les Beckham
2023-2-23
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!