im implementing (single capacitor 4 cells) active cel balancing but the soc of cells are not equal, what is the error in the logic of this code? function [s1,s2,s3,s4,s5,s6,

2 次查看(过去 30 天)
im implementing (single capacitor 4 cells) active cel balancing but the soc of cells are not equal, what is the error in the logic of this code?
function [s1,s2,s3,s4,s5,s6,s7,s8] = fcn(SOC1,SOC2,SOC3,SOC4,P1,P2)
if SOC2<SOC1
s1=P1;
s2=P1;
s3=P2;
s4=P2;
elseif SOC1<SOC2
s1=P1;
s2=P1;
s3=P2;
s4=P2;
else
s1=0;
s2=0;
s3=0;
s4=0;
end
end

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 RF Blockset Models for Transceivers 的更多信息

标签

产品


版本

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by