Thank you.
Actually I read that chapter. My problem is getting DC Jacobian matrix from
matpower.
Does j11 be the DC Jacobian matrix?
mpc=loadcase('case14');
[j11,j12,j21,j22,J, Ybus, Yf, Yt] = makeJac(mpc);On Mon, Apr 9, 2018 at 7:26 PM, Saeed Ahmed <[email protected]> wrote: > Hi Ahmadi... > > First you need to understand the DC or linear State Estimation . You can > find Chap 2 of Ali Abur's Book. > After that you can use the built-in functions in MATPOWER for the > formulation of H vector and this all becomes simple once you have solid > understanding of theory... > > Regards > Saeed Ahmed > > > On 9 April 2018 at 15:46, naime ahmadi <[email protected]> wrote: > >> Hi, >> How can I use matpower to calculate DC state estimation? >> Kind Regards, >> Naime >> > >
