Adjacency matrix of a simulink syste

조회 수: 2 (최근 30일)
sibabalo noludwwe
sibabalo noludwwe 2019년 7월 25일
댓글: sibabalo noludwwe 2019년 8월 11일
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
sibabalo noludwwe
sibabalo noludwwe 2019년 8월 11일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Tony Lennon
Tony Lennon 2019년 8월 9일
  댓글 수: 1
sibabalo noludwwe
sibabalo noludwwe 2019년 8월 11일
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.

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

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