How to Select a Simulink Line Programmically
显示 更早的评论
I am debugging a Simulink model I created programmically. And I want to check if my connections are correct and would like to select a Block to Block line to check if it the correct line.
How can you select Simulink blocks, lines, or object with code?
回答(1 个)
Suze Zhang
2017-10-9
0 个投票
Hi Vincent,
Using function "get_param" allows you to select a block or the signal line. The link below to Documentation page gives detailed explanation and examples:
类别
在 帮助中心 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!