parent
e64070e9a1
commit
c225bc4950
|
|
@ -33,10 +33,15 @@ this.cu=[this.cu;1.1*ones(length(Volt),1)];
|
||||||
this.cl=[this.cl;0.9*ones(length(Volt),1)];
|
this.cl=[this.cl;0.9*ones(length(Volt),1)];
|
||||||
%% PD
|
%% PD
|
||||||
rPD=this.rPD;
|
rPD=this.rPD;
|
||||||
rQD=this.rQD;
|
|
||||||
output_args=[output_args;PD];
|
output_args=[output_args;PD];
|
||||||
this.cu=[this.cu;1.2*rPD];
|
this.cu=[this.cu;1.2*rPD];
|
||||||
this.cl=[this.cl;0.8*rPD];
|
this.cl=[this.cl;0.8*rPD];
|
||||||
|
%% QD
|
||||||
|
rQD=this.rQD;
|
||||||
|
output_args=[output_args;QD];
|
||||||
|
this.cu=[this.cu;1.2*rQD];
|
||||||
|
this.cl=[this.cl;0.8*rQD];
|
||||||
|
%% ³íÃÜ»¯
|
||||||
output_args=full(output_args);
|
output_args=full(output_args);
|
||||||
this.cu=full(this.cu);
|
this.cu=full(this.cu);
|
||||||
this.cl=full(this.cl);
|
this.cl=full(this.cl);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue