How Can I hide/unhide the look inside badge of a masked block in Simulink?

조회 수: 86 (최근 30일)
Mostafa Naemi
Mostafa Naemi 2017년 10월 11일
댓글: Ludo Houben 2023년 7월 4일
Previously, when I created a masked block a downward arrow appeared on the bottom of block that I could see inside the block by clicking on it. However, now it does not appear when I make a masked block. How can I make it visible?
Thanks,

답변 (2개)

Janak Thotakura
Janak Thotakura 2017년 10월 13일
There is an unsupported block parameter called 'MaskHideContents' that can have the values 'on' and 'off'.
So to hide the implementation for the currently selected masked block you execute:
>> set_param(gcb,'MaskHideContents','on')
Hope this helps
Janak
  댓글 수: 2
Timo Dörsam
Timo Dörsam 2018년 11월 12일
Is there an option to only hide the arrow, but still be able to look under the mask?
Ludo Houben
Ludo Houben 2023년 7월 4일
Is it possible to do this command per 'SubSystem'?

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


Timo Dörsam
Timo Dörsam 2018년 5월 24일
Is there an option to only hide the arrow, but still be able to look under the mask?

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by