Is it possible to show Model Browser of a Simulink model programmatically?
조회 수: 6 (최근 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!