Is it possible to show Model Browser of a Simulink model programmatically?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
KVM
2018-1-15
Are you talking about Model Explorer? If yes, the command "sfexplr" should do the trick
采纳的回答
Emmanouil Tzorakoleftherakis
2018-1-24
Hi Sunny,
you can use
set_param(gcs, 'ModelBrowserVisibility', 'on')
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Environment Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!