how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Rithvicca
am 14 Mär. 2014
Verschoben: Sabin
am 23 Dez. 2022
how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 Kommentar
Musadiq Ahmed
am 19 Mär. 2019
hy i am also trying to figur out the same problem.
i want in any ieee bus system admittance matrix having all non zero value should be 1 and all zero values should be considered zero to forma a binary connectivity matrix
Akzeptierte Antwort
Musadiq Ahmed
am 19 Mär. 2019
Verschoben: Sabin
am 23 Dez. 2022
i figured it out
if you have a admittance matix Y
then put logical operator for it
eg A=Y>0
you will get the binary connectivity matrix thank you.
0 Kommentare
Weitere Antworten (1)
Joel Van Sickel
am 24 Aug. 2020
I am pasting Musadiq's answer below to flag this as answered:
i figured it out
if you have a admittance matix Y
then put logical operator for it
eg A=Y>0
you will get the binary connectivity matrix thank you.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!