Dear George, please go to line#96 of 'runse.m' and change
Sbus = makeSbus(baseMVA, bus, gen);%original
to Sbus = @(Vm)makeSbus(baseMVA, bus, gen, mpopt, Vm);
I hope this will work for you.
Regards,
Aamir Nawaz,
On Thursday, September 13, 2018, 1:08:05 PM GMT+8, Jorge Ignacio Cisneros
Saldaña <[email protected]> wrote:
Dear all:
I am not able to run the following code, does anyone now how to make it run?
thank you in advance
run_se('case14')Not enough input arguments.
Error in run_se (line 45) V0 = getV0(bus, gen, type_initialguess);
the second state estimation folder utilized gives the following error too.
>> runse('case14')Subscript indices must either be real positive integers or
>> logicals.
Error in newtonpf (line 52)mis = V .* conj(Ybus * V) - Sbus(Vm);
Error in runse (line 102) [V, success, iterations] = newtonpf(Ybus,
Sbus, V0, ref, pv, pq, mpopt);
Thank you
George