hide simulink model window, Make simulink model window invisible
1 次查看(过去 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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!