7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
|
|
function [ output_args ] = LineCurrent( Linei,Linej,Liner,Linex,Volt,VAngle )
|
||
|
|
cmpV=Volt.*exp(1j*VAngle);
|
||
|
|
GB=1./(Liner+1j*Linex);
|
||
|
|
cmpI=
|
||
|
|
end
|
||
|
|
|