Simulation Manager programmatic control via handle
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like a programmatic method for controlling the Simulation Manager (documentation). Is there a function to get its handle so I can modify the window's properties or perhaps close it? Thanks!
0 Commenti
Risposta accettata
Angelo Yeo
il 27 Giu 2023
Hi JW,
Unfortunately, as of R2023a, Simulation Manager does not have a handle. You can see that findall(0) does not return handle for the Simulation Manager window.
If you want to prevent multiple Simulation Monitor windows from popping up, you can consider using 'ShowSimulationManager' option for sim or parsim. E.g.,
>> out = sim(in, 'ShowSimulationManager', 'off')
Hope this helps,
Angelo
3 Commenti
Angelo Yeo
il 28 Giu 2023
Hi JW,
Thank you for providing the details how it impacts on your workflow. I think I can share your comment with the dev team as we always look for voice of customers.
Thanks,
Angelo
Maharshi Patel
il 23 Apr 2025
Hi JW,
You can select the "Reuse Window" toggle button in the Simulation Manager's Toolstrip to reuse existing window and prevent creating new windows with each new batch.
Thanks,
Maharshi
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Environment Customization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!