Re: scaleload

2016-02-23 Thread Abhyankar, Shrirang G.
list.cornell.edu>> Date: Tuesday, February 23, 2016 at 9:28 AM To: MATPOWER discussion forum mailto:matpowe...@list.cornell.edu>> Subject: Re: scaleload It looks to me like when you go to store the return value of runopf() in results it is finding that the existing results struct has di

RE: scaleload

2016-02-23 Thread Muhammad Buhari
...@postgrad.manchester.ac.uk] Sent: 23 February 2016 4:28 PM To: MATPOWER discussion forum Subject: RE: scaleload Pls unsubscribe me from the list. Thanks for the services. Muhammad Buhari PhD student Electrical Energy and Power Systems Research group, University of Manchester, UK

RE: scaleload

2016-02-23 Thread Muhammad Buhari
...@list.cornell.edu] on behalf of VANJARAPU VENKATARAONAIDU [venkataraovanjar...@gmail.com] Sent: 23 February 2016 4:16 PM To: MATPOWER discussion forum Subject: Re: scaleload the error is because of i gave like mpc(t)=mpc,i need to write as mpc0(t)=mpc just for example.i have cleared my doubt and thanx for

Re: scaleload

2016-02-23 Thread VANJARAPU VENKATARAONAIDU
> > results = cell(nt, 1); > results{t} = runopf(...); > > — Ray > > > On Feb 20, 2016, at 9:33 AM, VANJARAPU VENKATARAONAIDU < > venkataraovanjar...@gmail.com> wrote: > > sir > when using the scaleload function,when run the opf its showing the error > attached below.what is the problem,how can i rectify it. > > > >

Re: scaleload

2016-02-23 Thread Ray Zimmerman
storing the results in a cell array instead of a struct array. That is, use … results = cell(nt, 1); results{t} = runopf(...); — Ray > On Feb 20, 2016, at 9:33 AM, VANJARAPU VENKATARAONAIDU > wrote: > > sir > when using the scaleload function,when run the opf its showing the er

scaleload

2016-02-20 Thread VANJARAPU VENKATARAONAIDU
sir when using the scaleload function,when run the opf its showing the error attached below.what is the problem,how can i rectify it. mpc=loadcase('case14o'); >> for t=1:2 mpc(t)=mpc; mpc(t).bus = scale_load(0.5, mpc(t).bus); results(t) = runopf(mpc(t)); end MATPOWER Version