How to link a simulink empty line with with model block and port
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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');
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!