sum function
조회 수: 3 (최근 30일)
이전 댓글 표시
d/dt (Tin ) = x (Tout – Tin ) + (summation i Qi / VCP) + (Qsou / (VCP)
What I don’t understand how to represent Summation i Qi in simulink? Plz help.
댓글 수: 2
답변 (2개)
Seth Popinchalk
2011년 5월 16일
The Sum block can operate on a vector signal, summing all the elements of the signal. Set the list of signs to a single plus sign (+).
댓글 수: 0
Arnaud Miege
2011년 5월 16일
As Seth suggested, use the Sum block, or even the Sum of Elements block, which is essentially the same block with a + sign, as Seth suggested.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!