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

67 次查看(过去 30 天)
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

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