How can i order a clock block (or other linea block) to start at a specified time in simulink?

13 次查看(过去 30 天)
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.

采纳的回答

A Jenkins
A Jenkins 2014-7-1
Do you just want a "clock" block that starts at a non-zero time? Use a ramp block.
  2 个评论
Siavash
Siavash 2014-7-1
Thanks for the answer but I need to calculate the desired t time during simulation. I can not give an external value to ramp block as an initial value. Can I do this for any other kind of block?
A Jenkins
A Jenkins 2014-7-1
编辑:A Jenkins 2014-7-1
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.)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by