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

62 Ansichten (letzte 30 Tage)
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,

Antworten (2)

Janak Thotakura
Janak Thotakura am 13 Okt. 2017
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 Kommentare
Timo Dörsam
Timo Dörsam am 12 Nov. 2018
Is there an option to only hide the arrow, but still be able to look under the mask?
Ludo Houben
Ludo Houben am 4 Jul. 2023
Is it possible to do this command per 'SubSystem'?

Melden Sie sich an, um zu kommentieren.


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

Kategorien

Mehr zu Subsystems finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by