How Can I hide/unhide the look inside badge of a masked block in Simulink?
34 次查看(过去 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,
0 个评论
回答(2 个)
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
2018-11-12
Is there an option to only hide the arrow, but still be able to look under the mask?
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 Exchange 中查找有关 Author Block Masks 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!