ipmthreephasese/FormG.m

7 lines
85 B
Matlab

function Mat_G=FormG(PD,QD,Loadi)
Mat_G=[
sparse(PD);
sparse(QD);
];
end