hide simulink model window, Make simulink model window invisible
Ältere Kommentare anzeigen
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
Antworten (1)
Raymond G. Estrada Jr
am 24 Dez. 2020
0 Stimmen
Hi there, you can try:
set_param(<model name in single quotes>, 'Open', 'off')
Kategorien
Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!