threephasese-onlyenquationc.../FormLx.m

4 lines
73 B
Matlab

function Lx=FormLx(deltF,deltH,Init_Y)
t1=deltF-deltH*Init_Y';
Lx=t1;
end