How can I find the names of the ports within a subsystem that an external block is connected to in Simulink through the MATLAB command line?
11 ビュー (過去 30 日間)
古いコメントを表示
I have a model consisting of subsystems and library blocks. I have a block "Block1" connected to a subsystem "Subsystem1". I would like to know which port within "Subsystem1" is connected to the "Block1" input port through the MATLAB command line.
採用された回答
MathWorks Support Team
2009 年 6 月 27 日
There is no straightforward way to determine which port within a subsystem an input port or output port of an external block is connected to and what its name is.
The attached "dispconn.m" script file demonstrates how you can determine the ports connected at the input and output of the 'Actuator Model' block in the 'f14' demo model.
You need to make use of similar logic to determine the names of ports within blocks that are connected to any block in your model.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Subsystems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!