How to unhide look under mask arrow in matlab simulink ?
47 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yash Vaid
el 18 de Feb. de 2019
Respondida: sneka vi
el 25 de Oct. de 2023
I am using matlab 2018b. I created my library but I didn't find that down arrow.
0 comentarios
Respuesta aceptada
Pruthvi Muppavarapu
el 21 de Feb. de 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 comentarios
Pruthvi Muppavarapu
el 11 de Mzo. de 2019
Editada: Pruthvi Muppavarapu
el 11 de Mzo. de 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.
Más respuestas (1)
sneka vi
el 25 de Oct. de 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
0 comentarios
Ver también
Categorías
Más información sobre Author Block Masks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!