Simulink doubt
1 次查看(过去 30 天)
显示 更早的评论
Guys is there anyway of doing an operation in simulink one second after it has begun?
0 个评论
采纳的回答
TAB
2012-3-6
Put your system in 'Enabled Subsystem' and enable it after 1 sec using a unit delay block. Someting like this
Here 'Initial Condition' of unit delay block is 0, so till 1st sample time (1 Sec) its output will be 0 disabling the subsystem.
From 1 sec onwords its output will be 1 which will enable the subsystem.
0 个评论
更多回答(3 个)
Kaustubha Govind
2012-3-5
It's not clear exactly what you're trying to do, but my best bet is to suggest the Unit Delay block.
0 个评论
Danilo NASCIMENTO
2012-3-5
1 个评论
Kaustubha Govind
2012-3-5
I think my answer here may apply to you: http://www.mathworks.in/matlabcentral/answers/13200-shifting-a-wave-in-time-domain-in-simulink
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Schedule Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!