Merge block connection issue

1 view (last 30 days)
nkumar
nkumar on 4 Feb 2018
Edited: Jim Riggs on 8 Feb 2018
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.

Answers (1)

Jim Riggs
Jim Riggs on 8 Feb 2018
Edited: Jim Riggs on 8 Feb 2018
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.

Categories

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