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
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에서 Electrical Sensors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!