Is it possible to show Model Browser of a Simulink model programmatically?

조회 수: 12 (최근 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
KVM 2018년 1월 15일
Are you talking about Model Explorer? If yes, the command "sfexplr" should do the trick
Sunny Talekar
Sunny Talekar 2018년 1월 16일
Hi Keven, Actually, I did mean Model Browser - the pane that shows the block hierarchy for a model. By default, it is not displayed. I want it to be displayed when a model is opened. You can configure it in the GUI - View > Model Browser > Show Model Browser. Once configured, this setting is persistent. I'm just trying to figure out if there is a way to do it programmatically using m-scripts during model generation. Thank you

댓글을 달려면 로그인하십시오.

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2018년 1월 24일
Hi Sunny,
you can use
set_param(gcs, 'ModelBrowserVisibility', 'on')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by