Is it possible to show Model Browser of a Simulink model programmatically?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sunny Talekar
am 15 Jan. 2018
Kommentiert: Sunny Talekar
am 24 Jan. 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 Kommentare
KVM
am 15 Jan. 2018
Are you talking about Model Explorer? If yes, the command "sfexplr" should do the trick
Akzeptierte Antwort
Emmanouil Tzorakoleftherakis
am 24 Jan. 2018
Hi Sunny,
you can use
set_param(gcs, 'ModelBrowserVisibility', 'on')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!