I want to plot IEEE 14 and 30 bus system. how can I do this with this bus_position?
On Thu, Dec 20, 2018 at 12:11 PM Meraj Fouad <[email protected]> wrote: > Hi, this will give the bus position. > > file='case30'; > > mpc=loadcase(file); > > bus_position=mpc.bus(:,1) > > On Wed, Dec 19, 2018 at 8:56 PM naime ahmadi <[email protected]> > wrote: > >> Hi, >> How can I get position of buses in IEEE 14 or 30 bus system in matpower? >> >> Thanks, >> Naime >> >>
