How to unhide look under mask arrow in matlab simulink ?

24 vues (au cours des 30 derniers jours)
Yash Vaid
Yash Vaid le 18 Fév 2019
I am using matlab 2018b. I created my library but I didn't find that down arrow.

Réponse acceptée

Pruthvi Muppavarapu
Pruthvi Muppavarapu le 21 Fév 2019
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 commentaires
Pruthvi Muppavarapu
Pruthvi Muppavarapu le 11 Mar 2019
Modifié(e) : Pruthvi Muppavarapu le 11 Mar 2019
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.
JAMES MAINA
JAMES MAINA le 12 Mar 2019
Thanks

Connectez-vous pour commenter.

Plus de réponses (1)

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

Catégories

En savoir plus sur Create Block Masks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by