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

Answers (1)

Hi there, you can try:
set_param(<model name in single quotes>, 'Open', 'off')

Categories

Find more on Simulink in Help Center and File Exchange

Asked:

on 16 Apr 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!