- Put the Scope block inside an Enabled Subsystem.
- Use the Digital Clock block to get the simulation time
- Use Relational Operator block to compare the simulation time with your threshold values '20' and '35'
- Use a Logical Operator block set to 'AND' to result a signal which is TRUE when the simulation time is in between '20' and '35'
- Use this Boolean signal to enable the Enabled Subsystem
Just want to display the scope's parameters for a period not from 0
1 次查看(过去 30 天)
显示 更早的评论
Currently my simulation time is between 0-50s but I just want to get parameters like RMS or overshoot between 20-35s and 35s-50s. I tried changing the time-span and time-offset in the View tab but the graph shows completely wrong and the result is also wrong. Hope you guys can help me!
0 个评论
采纳的回答
Jonas
2021-6-30
When simulating, the Scope block will be blank (no data) outside the simulation times when the signal to the enabler of the Enabled Subsystem is false.
4 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!