hello everyone I have encountered a problem running NEWTON RAPHSON load flow code in 69 bus system.
1 view (last 30 days)
Show older comments
Index in position 1 is invalid. Array indices must be positive integers or logical values.
Error in LFNEWTON69 (line 18)
Ybus(nl(k),nr(k))=Ybus(nl(k),nr(k))-y(k)/a(k);
and also with some line and bus data I get the error that the code cannot be converged.
can anyone help me with the code and 69 bus system data?
9 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!