How to unhide look under mask arrow in matlab simulink ?

23 次查看(过去 30 天)
I am using matlab 2018b. I created my library but I didn't find that down arrow.

采纳的回答

Pruthvi Muppavarapu
The “Look under badge” does not appear if the library is locked, or its "LockLinksToLibrary" property is set to 'On'. Try unlocking your library and the look under mask arrow might appear.
  3 个评论
Pruthvi Muppavarapu
编辑:Pruthvi Muppavarapu 2019-3-11
You can manually unlock your library by opening it and in the bottom left corner there will be a lock icon. Try unlocking the library by clicking on the icon and this might make the "look under mask: badge visible.

请先登录,再进行评论。

更多回答(1 个)

sneka vi
sneka vi 2023-10-25
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

类别

Help CenterFile Exchange 中查找有关 Author Block Masks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by