Info
此问题已关闭。 请重新打开它进行编辑或回答。
Iam getting error when i run the battery RC model
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
社区
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!