How to unhide look under mask arrow in matlab simulink ?

48 visualizzazioni (ultimi 30 giorni)
I am using matlab 2018b. I created my library but I didn't find that down arrow.

Risposta accettata

Pruthvi Muppavarapu
Pruthvi Muppavarapu il 21 Feb 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 Commenti
Pruthvi Muppavarapu
Pruthvi Muppavarapu il 11 Mar 2019
Modificato: Pruthvi Muppavarapu il 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.

Accedi per commentare.

Più risposte (1)

sneka vi
sneka vi il 25 Ott 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

Categorie

Scopri di più su Author Block Masks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by