OPF control variables

2016-10-05 Thread Bai, Wenlei
Dear Ray, I noticed that when I 'results = runopf('case')', I am able to find the control variables by 'results.x'; however, the control variables consist of all the bus angles, bus voltages, P output from generator buses(including slack bus), and reactive power Q from generator buses

Re: runpf help

2016-10-05 Thread Abhyankar, Shrirang G.
results=runpf(this_case,mpopt); J=full(makeJac(results)); > On Oct 5, 2016, at 6:05 PM, Aaqib Peerzada wrote: > > results=runpf(this_case,mpopt); > J=full(makeJac(this_case));