| Hi, Yes that is the error i got on the command window when I tried to run a power flow on a 95 bus system. This is the result on the command window. I have attached the data for the 95 bus system that I am trying to run the power flow on. If you can please let me know how I can resolve this error. Thank you |
case95.m
Description: Binary data
loadcase('case95') ans = version: '2' baseMVA: 100 bus: [94x13 double] gen: [2x10 double] branch: [94x11 double] >> runpf('case95') Subscript indices must either be real positive integers or logicals. Error in ext2int (line 168) brs = ( mpc.branch(:, BR_STATUS) & ... %% branch status Error in runpf (line 130) mpc = ext2int(mpc); On 28 Apr 2015, at 15:10, Ray Zimmerman <[email protected]> wrote: Is that the complete error message? I don’t see where it says what the error was, only where it happened. Is there a simple way I could recreate the error? |
