Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Iam getting error when i run the battery RC model
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
variables(Access=private) i = { 0, 'A' }; % Current v = { 0, 'V' }; % Voltage Qe = {0,'A*hr'}; % Charge deficit
equations
v == p.v - n.v;
i == Qe.der;
i got the following error "Total size of differential equations does not match the total size of differential variables". Please help me.Thank you,
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!