how can i convert a bus admittance matrix into binary form based on the connection between the buses in power system using matlab?

2 views (last 30 days)
it is based on the below condition......
a(m,n)=1, if m=n 1, if m is connected to n 0, otherwise where mxn = 3x3 matrix

Answers (1)

Joel Van Sickel
Joel Van Sickel on 1 Dec 2020
You can use standard logic statements on a matrix, A > 1000 etc.
This answer is part of a MATLAB Answers cleanup effort for unanswered questions that are outstanding.

Tags

Community Treasure Hunt

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

Start Hunting!