Matlab/Simulink - manual switch

6 views (last 30 days)
Hey! I would like to know is it possible to manually turn on the switch in simulink but only let's say after some amount of time. For example my simulation takes 180 sec, and my switch is off in start, but I want to be able to turn it on after 10 sec. So if I try turn it on between 0<t<10 nothing should happen.
  1 Comment
Walter Roberson
Walter Roberson on 2 Apr 2013
10 seconds clock time, or 10 seconds of simulation time ?

Sign in to comment.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 2 Apr 2013
You should use this
  2 Comments
Robin Beene
Robin Beene on 2 Apr 2013
good, I tried it, but I managed only to bring some output variable to the control input, but I don't know how to bring "time" to the control input of this switch. My time is stored in variable tout. I need to bring tout to the control input, but I don't know how.
Azzi Abdelmalek
Azzi Abdelmalek on 2 Apr 2013
Use a clock block From Simulink/sources

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink 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!