How to connect the two signals in one signal in MATLAB Simulink? I mean first signal finishes second signal starts.
4 views (last 30 days)
Show older comments
I want to combine the three signals in the circle in red with the signals in the circle in yellow, so that the signs in the red color end in the display and the signs in the yellow circle start in the display. how I do that? A
ny answer is appreciated...

2 Comments
Answers (1)
Jim Riggs
on 27 Dec 2020
You description of the problem is confusing to me, bu the statement in the title
"first signal finishes second signal starts"
suggests to me that you might want a "merge" block. This is exactly what the merge block was designed for.

This block accepts two inputs and outputs the active input. There are two requirements;
Both input signals must be the same type.
Only one signal can be active.
If this is not right, please clarrify what you are looiking for.
6 Comments
See Also
Categories
Find more on Interactive Model Editing 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!