how to convert a bus admittance matrix into binary connectivity matrix in matlab?
4 次查看(过去 30 天)
显示 更早的评论
how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 个评论
Musadiq Ahmed
2019-3-19
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
采纳的回答
Musadiq Ahmed
2019-3-19
Moved: Sabin
2022-12-23
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 个评论
更多回答(1 个)
Joel Van Sickel
2020-8-24
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 个评论
另请参阅
类别
Find more on Composite Components 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!