switch block Combine multiple signals into single signal.

1 view (last 30 days)
Hello.
can anyone descrpe me with example by easy way to understand this switch as in the picture below.
I know the swiitch passes through the first input or the third input signal based on the value of the second input. The first and third inputs are data input. The second input is a control input. Specify the condition under which the block passes the first input by using the Criteria for passing first input and Threshold parameters But can not understand it
  1 Comment
Paul
Paul on 1 Jun 2021
Can you be more explicit about what you don't understand? Did you read the entire doc page? I think it even has a link to an example.

Sign in to comment.

Answers (1)

Vimal Rathod
Vimal Rathod on 7 Jun 2021
Hello,
A simple example would be suppose the "criteria for passing the first input" parameter is set to "u2 >= threshold" then if control signal (second signal) is greater than or equal to the defined threshold, then only the first signal passes as output or else the third signal passes. Have a look at this image below hope this explains enough.
Have a look at the example models of switch case usage by using scope on the signals which are going into switch block and coming out.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!