sum function
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Arnaud Miege
il 16 Mag 2011
What do the i's correspond to? You don't give nearly enough information.
Risposte (2)
Seth Popinchalk
il 16 Mag 2011
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 Commenti
Arnaud Miege
il 16 Mag 2011
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 Commenti
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!