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!