Is it possible to show Model Browser of a Simulink model programmatically?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sunny Talekar
el 15 de En. de 2018
Comentada: Sunny Talekar
el 24 de En. de 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 comentarios
KVM
el 15 de En. de 2018
Are you talking about Model Explorer? If yes, the command "sfexplr" should do the trick
Respuesta aceptada
Emmanouil Tzorakoleftherakis
el 24 de En. de 2018
Hi Sunny,
you can use
set_param(gcs, 'ModelBrowserVisibility', 'on')
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Environment Customization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!