Merge block connection issue
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Jim Riggs
am 8 Feb. 2018
Bearbeitet: Jim Riggs
am 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.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!