How to link a simulink empty line with with model block and port
Mostra commenti meno recenti
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 Commenti
Shivaputra Narke
il 13 Nov 2018
what do you mean by "empty line" ?
Chaniporn Yimyam
il 13 Nov 2018
Risposte (1)
Arunkumar M
il 14 Nov 2018
0 voti
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');
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
