Thank you :) I want to dynamically change the load data through an optimization algorithm. In MATPOWER is there any inbuilt function to modify load data in any system data (like IEEE 30 bus)?
On Wed, Jun 29, 2016 at 3:39 PM, Mirish Thakur <[email protected]> wrote: > When you perform opf operation on your casefile then see the column no. 14 > and 15 of bus matrix, you will see the lambda values for both active and > reactive power. e.g. res=runopf(case30) then see the *res.bus* matrix. > > regards > Mirish > > On Wed, Jun 29, 2016 at 9:33 AM, Priyanka Shinde < > [email protected]> wrote: > >> I am using 'case 30' to solve O.P.F., I have got the results but I want >> to use the value of LMPs in a self derived function so I want to know where >> are the values of LMP stored so that I can call that function. >> >> -- >> Regards, >> Priyanka Shinde >> Master of Science, >> Indian Institute of Technology,Madras >> >> >> > -- Regards, Priyanka Shinde First year M.S., Indian Institute of Technology,Madras
