Clear Filters
Clear Filters

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

2 views (last 30 days)
how to convert a bus admittance matrix into binary connectivity matrix in matlab?
  1 Comment
Musadiq Ahmed
Musadiq Ahmed on 19 Mar 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

Sign in to comment.

Accepted Answer

Musadiq Ahmed
Musadiq Ahmed on 19 Mar 2019
Moved: Sabin on 23 Dec 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.

More Answers (1)

Joel Van Sickel
Joel Van Sickel on 24 Aug 2020
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.

Categories

Find more on Simscape Electrical in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!