Change appearance of States and subsystems in Simulink
Mostrar comentarios más antiguos
Hello all,
Subsystems in simulink and states in stateflow are colored with gradient background:

is there a way to remove it? when I want to create an image for documentation it adds undesired "clutter" to the document.
Regards,
Moshe
Respuesta aceptada
Más respuestas (2)
For Simulink subsystems, you can create an empty mask for the block. Right click the block, go to "mask" -> "create mask".
Trig
el 29 de Jun. de 2026
Have you tried going back to the classic pre 2012b rendering with:
set_param(0, 'EditorModernTheme', 'off')
Categorías
Más información sobre Programmatic Model Editing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!