hide simulink model window, Make simulink model window invisible
이전 댓글 표시
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
답변 (1개)
Raymond G. Estrada Jr
2020년 12월 24일
0 개 추천
Hi there, you can try:
set_param(<model name in single quotes>, 'Open', 'off')
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!