I am using the following code:
fn = 'X:\z2.RAW'
mpc = psse2mpc(fn); %%%%%% Converts PSSE/RAW File to MATPOWER Case
I am using Windows OS, Octave 6.2.0 and Matpower 7.1
I get the error:
makePTDF: buses must be numbered consecutively in bus matrix. Use ext2int() to convert to internal ordering.
error called from:
makePTDF at line 120 column 5
I am not sure how to use the ext2int() in my process above.