Re: demand response

2016-02-13 Thread Mounika Vanjarapu
1.according to the demand response concept can we change the loads with respect to price.is it possible.if yes how to do that.please answer me. 2.is there any way to implement demand response concept using matpower without dumping any equations in matlab. On Sun, Feb 14, 2016 at 10:45 AM,

Re: save losses

2016-02-13 Thread Fereshteh Moghateli
thank you my problem was solved On Sat, Feb 13, 2016 at 11:34 PM, Abhyankar, Shrirang G. wrote: > The two error messages you’ve sent look unrelated to me. Are these from > two different runs? > > In any case, most likely, you are using an older version of MATPOWER. > Download

Re: save losses

2016-02-13 Thread Abhyankar, Shrirang G.
The two error messages you’ve sent look unrelated to me. Are these from two different runs? In any case, most likely, you are using an older version of MATPOWER. Download the latest version from here http://www.pserc.cornell.edu//matpower/. If you are still getting errors, please send the

Re: save losses

2016-02-13 Thread Fereshteh Moghateli
when i run this command: [MVAbase, bus, gen, branch, success, et]=runpf('case30'); loss=get_losses(baseMVA, bus, branch); or this: r = runpf(mpc); losses(k) = sum(get_losses(r)) these messages appear ??? Undefined function or method 'get_losses' for input arguments of type 'double'. OR