Message behavior when the initial state is an array
Category: Diagnostics
Default:
warning
warning
Simulink® software displays a warning when the initial state is an array. If the order of the elements in the array do not match the order in which blocks initialize, the simulation can produce unexpected results.
error
Simulink software displays an error message when the initial state is an array.
none
Simulink software does not display a message when the initial state is an array.
Avoid using an array for the initial state. If the order of the
elements in the array does not match the order in which blocks initialize,
the simulation can produce unexpected results. To promote deterministic
simulation results, use the default setting or set the diagnostic to
error
.
Instead of using array format for the initial state, use a format
such as structure, structure with time, or
Dataset
.
Parameter:InitInArrayFormatMsg |
Value:
'none' | 'warning' |
'error' |
Default:
'warning' |
Application | Setting |
---|---|
Debugging | Use the default setting of
warning . |
Traceability | Use the default setting of
warning . |
Efficiency | Use the default setting of
warning . |
Safety precaution | Use the default setting of
warning . |