Two simulation outputs in single scope in simulink
3 ビュー (過去 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
0 件のコメント
回答 (1 件)
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.
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!