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

조회 수: 3 (최근 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에서 Electrical Sensors에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by