Merge block connection issue
1 回表示 (過去 30 日間)
古いコメントを表示
Hi I have an issue with merge block. I have two enabled subsystems connected to merge block. I have end time(t=1 to 10) of 10 with step size 1.when t=1 enabled system1 is activated,when t=2,sub system 2 is activated, but when t=3 both subsystems get activated. Can any one tell is it good practice of connecting merge block.
0 件のコメント
回答 (1 件)
Jim Riggs
2018 年 2 月 8 日
編集済み: Jim Riggs
2018 年 2 月 8 日
Look at help for the merge block.
Merge is intended for use with conditionally executed blocks where only one of the blocks is enabled.
If both blocks are enabled at the same time, then you must decide how the two signals are combined. Do they add, multiply, concatenate? If the two output signals are concatenated, the output signal changes size. This is not a proper use of the merge block.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!