how can i convert a bus admittance matrix into binary form based on the connection between the buses in power system using matlab?
Ältere Kommentare anzeigen
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
Antworten (1)
Joel Van Sickel
am 1 Dez. 2020
0 Stimmen
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.
Kategorien
Mehr zu Simscape Electrical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!