How can i order a clock block (or other linea block) to start at a specified time in simulink?
9 views (last 30 days)
Show older comments
Hi guys I have a model with two different timelines. I defined these timelines with two clock blocks. Both blocks would start at simulation start time. I want one of them to start at a different time. What can I do?
I tried both enable and trigger subsystems both nothing happened.
0 Comments
Accepted Answer
A Jenkins
on 1 Jul 2014
2 Comments
A Jenkins
on 1 Jul 2014
Edited: A Jenkins
on 1 Jul 2014
Build your own Ramp with an Integrator Block? This gives the same answer as above. It uses the external reset = 'level' for the integrator to hold it off until the condition becomes true.
(Another option is to recreate the ramp block. Just right-click on it and select "Mask->Look Under Mask" to see how it works.)
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!