Adjacency matrix of a simulink syste

2 vues (au cours des 30 derniers jours)
sibabalo noludwwe
sibabalo noludwwe le 25 Juil 2019
Commenté : sibabalo noludwwe le 11 Août 2019
Hi,
I have distribution network in simulink modeled using simcape electrical blocks and I am wondering if there is a way that I could find the adjacency matrix for the system in simulink without doing it manually.
thanks
  2 commentaires
Hari Krishna Ravuri
Hari Krishna Ravuri le 29 Juil 2019
sibabalo noludwwe
sibabalo noludwwe le 11 Août 2019
I was the one who asked the question and I did not get any further this is the last comment i did:
I did exactly as the examples on the referal but it does not seem to work with a directed graph I am not sure what is the problem.
Also I used the following
b=find_system('power_13NodeTestFeeder','SearchDepth',1,'Type','block');
h=get_param(b, 'Handle')
and am getting parameters of all the blocks. how do I make sure I only get load flow buses.

Connectez-vous pour commenter.

Réponses (1)

Tony Lennon
Tony Lennon le 9 Août 2019
  1 commentaire
sibabalo noludwwe
sibabalo noludwwe le 11 Août 2019
I asked the referal question as well, am still struggling this was my last comment that was not answered :
I did exactly as the examples on the referal but it does not seem to work with a directed graph I am not sure what is the problem.
Also I used the following
b=find_system('power_13NodeTestFeeder','SearchDepth',1,'Type','block');
h=get_param(b, 'Handle')
and am getting parameters of all the blocks. how do I make sure I only get load flow buses.

Connectez-vous pour commenter.

Communautés

Plus de réponses dans  Power Electronics Control

Catégories

En savoir plus sur Electrical Sensors dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by