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

1 vue (au cours des 30 derniers jours)
Chaniporn Yimyam
Chaniporn Yimyam le 13 Nov 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?
  2 commentaires
Shivaputra Narke
Shivaputra Narke le 13 Nov 2018
what do you mean by "empty line" ?
Chaniporn Yimyam
Chaniporn Yimyam le 13 Nov 2018
like this ^^
Capture.PNG

Connectez-vous pour commenter.

Réponses (1)

Arunkumar M
Arunkumar M le 14 Nov 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');

Catégories

En savoir plus sur Event Functions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by