hello!
you use this structure in command prompt MATLAB
>> runopf('case9');
then push Enter keyT you see result them
MATPOWER Version 6.0, 16-Dec-2016 -- AC Optimal Power Flow
MATPOWER Interior Point Solver -- MIPS, Version 1.2.2, 16-Dec-2016
 (using built-in linear solver)
Converged!......
if use "mpc" different
for example  :
>> mpc = loadcase('case9');
>> runopf(mpc);
in fact  your case of MATPOWER load on mpc and you can change them .
>> mpc.gen(4,:) = [4,5,0,5,-5,1,7,1,7,0.5,0,0,0,0,0,0,0,0,0,0,0]% add
generator
I hope be  useful for you .
best regards


On Tue, Sep 11, 2018 at 12:30 PM Emir Ćosić <[email protected]> wrote:

> Dear all,
> is it possible to caclculate unconstrained opf in matpower?
> I set all line flows on value zero, but results are same as in original
> file.
>
> Best regards,
>
> Emir
>
>

Reply via email to