how to flip the inputs of an simulink block
조회 수: 38 (최근 30일)
이전 댓글 표시
Hi everyone
I have an integrator block, and I want to invert its inputs, so I explain
the first input is x the signal to be integrated (the top input)
the second input is y the initial condition (the bottom input)
I want that x became the bottom input and y the top input
thanks in advance
댓글 수: 3
답변 (1개)
Andy L
2014년 8월 27일
See the image below. A variable switches the input on the switch blocks - see switch for information on setting the input conditions. In this figure the input is switched by a constant but you could replace that to suit your needs (a signal generator for example).
So in this example whilst the switch variable is not greater than 0, input 1 is A, and 2 is B. When it is, these swap, A becoming the input to 2, and B becoming the input to 1.
댓글 수: 4
Andy L
2014년 8월 29일
XAXRXTX,
Would my solution for switching the inputs not work for your scenario then?
Star Strider
2014년 8월 29일
You don’t need to switch the inputs. Just negate the result. It has the same effect.
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!