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개)
이 질문은 마감되었습니다.
커뮤니티
더 많은 답변 보기: Power Electronics Community
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!