how to convert a bus admittance matrix into binary connectivity matrix in matlab?

1 回表示 (過去 30 日間)
Rithvicca
Rithvicca 2014 年 3 月 14 日
移動済み: Sabin 2022 年 12 月 23 日
how to convert a bus admittance matrix into binary connectivity matrix in matlab?
  1 件のコメント
Musadiq Ahmed
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
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.

その他の回答 (1 件)

Joel Van Sickel
Joel Van Sickel 2020 年 8 月 24 日
I am pasting Musadiq's answer below to flag this as answered:
Musadiq Ahmed on 19 Mar 2019
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.

カテゴリ

Help Center および File ExchangeSimscape Electrical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by