pqcost

pqcost(gencost, ng, on)

pqcost() - Splits the gencost variable into two pieces if costs are given for Qg.

[PCOST, QCOST] = PQCOST(GENCOST, NG, ON) checks whether GENCOST has
cost information for reactive power generation (rows ng+1 to 2*ng).
If so, it returns the first NG rows in PCOST and the last NG rows in
QCOST. Otherwise, leaves QCOST empty. Also does some error checking.
If ON is specified (list of indices of generators which are on line)
it only returns the rows corresponding to these generators.