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
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 CenterFile Exchange 中查找有关 Switches and Breakers 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by