hello everyone I have encountered a problem running NEWTON RAPHSON load flow code in 69 bus system.

2 views (last 30 days)
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
Amir Hosseini
Amir Hosseini on 10 May 2020
then it won't be converged again and that's the error:
Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN.

Sign in to comment.

Answers (0)

Categories

Find more on Systems of Nonlinear Equations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!