Version: MATLAB Simulink 2010b
How can I from code force a model subsystem icon to redraw itself. I have an icon displaying a model setting, however that block is not responsible for changing that setting. When the setting changes I would like to see the model block's display update. How can this be achieved?
Edit: More information
Imagine I have two masked subsystems in a model, one whose mask sets a global workspace variable, the other which displays the value at its icon. Ignoring the pointlessness of the example, I don't know of a way of sending a message/event to the system to inform other blocks to redraw themselves and in the process read the new workspace value.