Change appearance of States and subsystems in Simulink
이전 댓글 표시
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
채택된 답변
추가 답변 (2개)
For Simulink subsystems, you can create an empty mask for the block. Right click the block, go to "mask" -> "create mask".
Trig
2026년 6월 29일
Have you tried going back to the classic pre 2012b rendering with:
set_param(0, 'EditorModernTheme', 'off')
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!