hide simulink model window, Make simulink model window invisible
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
In my project while highlighting blocks via code, the window pops up and is annoying. Can anyone suggest me how to make this simulink window invisible via code.
Thanks in advance
ThN
댓글 수: 0
답변 (1개)
Raymond G. Estrada Jr
2020년 12월 24일
Hi there, you can try:
set_param(<model name in single quotes>, 'Open', 'off')
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!