how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Rithvicca
el 14 de Mzo. de 2014
how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 comentario
Musadiq Ahmed
el 19 de Mzo. de 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
Respuesta aceptada
Musadiq Ahmed
el 19 de Mzo. de 2019
Movida: Sabin
el 23 de Dic. de 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.
0 comentarios
Más respuestas (1)
Joel Van Sickel
el 24 de Ag. de 2020
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 comentarios
Ver también
Categorías
Más información sobre Simscape Electrical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!