How Can I hide/unhide the look inside badge of a masked block in Simulink?
39 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Janak Thotakura
le 13 Oct 2017
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 commentaires
Timo Dörsam
le 12 Nov 2018
Is there an option to only hide the arrow, but still be able to look under the mask?
Timo Dörsam
le 24 Mai 2018
Is there an option to only hide the arrow, but still be able to look under the mask?
1 commentaire
Voir également
Catégories
En savoir plus sur Author Block Masks dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!