How to Select a Simulink Line Programmically
조회 수: 7 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
Suze Zhang
2017년 10월 9일
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:
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!