how to convert a bus admittance matrix into binary connectivity matrix in matlab?
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
how to convert a bus admittance matrix into binary connectivity matrix in matlab?
1 Commento
  Musadiq Ahmed
 il 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
Risposta accettata
  Musadiq Ahmed
 il 19 Mar 2019
        
      Spostato: Sabin
    
 il 23 Dic 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 Commenti
Più risposte (1)
  Joel Van Sickel
    
 il 24 Ago 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 Commenti
Vedere anche
Categorie
				Scopri di più su Electrical Sensors in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


