how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 回表示 (過去 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 日
移動済み: 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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simscape Electrical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!