Two simulation outputs in single scope in simulink

1 次查看(过去 30 天)
Hi,
I have a SIMULINK Model.I am using a timer block to change values at some time instants:For example between 15 t0 15.1 it must be 0.90 as shown below
Simulation 1 Time
[0 15 15.1]
Amplitude
[0 0.9 0 ]
and i am getting the output in a scope.
Simulation 2
between 15 t0 15.1 it must be 0
Time
[0 15 15.1]
Amplitude
[0 0 0 ].I am getting the output correctly.
But i want both the outputs in same scope
I used 2 timer blocks for those two values and mux block but is is giving incorrect output.Any suggestions pls

回答(1 个)

Mischa Kim
Mischa Kim 2014-7-3
编辑:Mischa Kim 2014-7-3
Thayumanavan, use a mux block to combine the two signal into one which you can then feed into a scope.
  1 个评论
Thayumanavan
Thayumanavan 2014-7-3
I already used mux but the output is wrong.In my case timer block(used for changing values at some specific time instants) is before an integrator block the output of the integrator is going to some other subsystems also.Actually it is a differential equation whose 1 parameter has to be changed for two values and the output should should be in one scope .U pls c the attachment

请先登录,再进行评论。

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by