MATLAB: What does “>IC” symbol mean that appears on a Simulink signal line

ic simulinksimulink

In more recent releases, a ">IC symbol appears on some Simulink signal lines. Have not yet been able to find a description in the documentation.
Anyone know what does this mean ?

Best Answer

Hi Scott,
The symbol 'IC' means that outport is getting its initial conditions from the block connected to it when the 'Source of Initial Output Value' of outport block is set to 'Input Signal' or if it is set to 'Dialog' with empty matrix '[]'.
Refer the following example for more information regarding this:
This is the effect of the 'Underspecified Initialization Detection' option being set to 'Simplified' in the Configuration Parameters. (Refer the following link for more information regarding this: http://www.mathworks.com/help/simulink/ug/simplified-initialization.html)
Hope this helps!
Gautam