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

62 ビュー (過去 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 Center および File ExchangeSubsystems についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by