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

1 visualización (últimos 30 días)
Chaniporn Yimyam
Chaniporn Yimyam el 13 de Nov. de 2018
Respondida: Arunkumar M el 14 de Nov. de 2018
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?

Respuestas (1)

Arunkumar M
Arunkumar M el 14 de Nov. de 2018
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');

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by