Simplified Initialization Mode - MATLAB & Simulink (original) (raw)

Main Content

Initialization mode controls how Simulink® handles:

The default initialization mode for a model is simplified. This mode uses enhanced processing to improve consistency of simulation results and helps to:

When to Use Simplified Initialization

Use simplified initialization mode for models that contain one or more of the following blocks:

Use simplified mode if your model uses features that require simplified initialization mode, such as:

Set Initialization Mode to Simplified

Simplified mode is the default initialization mode when creating a new Simulink model. If your model is using classic mode, you might need to make changes after you select simplified mode. See Convert from Classic to Simplified Initialization Mode.

  1. Open the Configuration Parameters dialog box. On the Modeling tab and from the Setup section, select Model Settings .
  2. In the search box, enter Underspecified initialization detection.
  3. From the drop-down list, select Simplified.

For examples configured to use simplified mode, see Identity Transformation Can Change Model Behavior, Inconsistent Output with Discrete-Time Integrator or S-Function Block and Execution Order Affecting Merge Block Output.

See Also

Topics