How to link a simulink empty line with with model block and port

1 回表示 (過去 30 日間)
Chaniporn Yimyam
Chaniporn Yimyam 2018 年 11 月 13 日
回答済み: Arunkumar M 2018 年 11 月 14 日
I would like to rout a empty line with a model block with specified blockname or handle and port by matlab command code could anybody give an idea to solve this?
  2 件のコメント
Shivaputra Narke
Shivaputra Narke 2018 年 11 月 13 日
what do you mean by "empty line" ?
Chaniporn Yimyam
Chaniporn Yimyam 2018 年 11 月 13 日
like this ^^
Capture.PNG

サインインしてコメントする。

回答 (1 件)

Arunkumar M
Arunkumar M 2018 年 11 月 14 日
add_line('linesMD','SignalBuilder/1','Out/1','autorouting','on');
add_line('linesMD','SignalBuilder/1','Out/2','autorouting','on');
add_line('linesMD','SignalBuilder/1','Out/3','autorouting','on');

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by