Borrar filtros
Borrar filtros

How Can I hide/unhide the look inside badge of a masked block in Simulink?

61 visualizaciones (últimos 30 días)
Mostafa Naemi
Mostafa Naemi el 11 de Oct. de 2017
Comentada: Aishwarya el 11 de Jul. de 2024 a las 21:39
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,

Respuestas (2)

Janak Thotakura
Janak Thotakura el 13 de Oct. de 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 comentarios
Timo Dörsam
Timo Dörsam el 12 de Nov. de 2018
Is there an option to only hide the arrow, but still be able to look under the mask?
Ludo Houben
Ludo Houben el 4 de Jul. de 2023
Is it possible to do this command per 'SubSystem'?

Iniciar sesión para comentar.


Timo Dörsam
Timo Dörsam el 24 de Mayo de 2018
Is there an option to only hide the arrow, but still be able to look under the mask?

Categorías

Más información sobre Subsystems en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by