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

조회 수: 5 (최근 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?

답변 (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 CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by