Is it possible to show Model Browser of a Simulink model programmatically?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sunny Talekar
il 15 Gen 2018
Commentato: Sunny Talekar
il 24 Gen 2018
Hi, I was wondering if it is possible to configure a Simulink model (using MATLAB script) to display model browser by default on opening. I want to use it in the model's PreLoadfcn callback to display the block hierarchy. Thank you
2 Commenti
KVM
il 15 Gen 2018
Are you talking about Model Explorer? If yes, the command "sfexplr" should do the trick
Risposta accettata
Emmanouil Tzorakoleftherakis
il 24 Gen 2018
Hi Sunny,
you can use
set_param(gcs, 'ModelBrowserVisibility', 'on')
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!