Main Content

Integration method

Integration for nonadaptive odeN variable-step solver

Model Configuration Pane: Solver

Description

The Integration method parameter specifies which solver to use to integrate states during each time step in simulations that use the nonadaptive odeN variable-step solver.

Dependencies

To enable this parameter:

  • Set the solver Type to Variable-step.

  • From the Solver list, select odeN (Nonadaptive).

Settings

ode3 (Bogacki-Shampine) (default) | ode8 (Dormand-Price) | ode5 (Dormand-Price) | ode4 (Runge-Kutta) | ode2 (Heun) | ode1 (Euler) | ode14x (extrapolation) | ode1be (Backward Euler)

Select the solver to use to integrate states during simulation. The number in the solver name indicates the order of the solver. For more information about each solver option, see Solver.

Programmatic Use

Parameter: ODENIntegrationMethod
Type: string | character vector
Value: "ode1" | "ode2" | "ode3" | "ode4" | "ode5" | "ode8" | "ode14x" | "ode1be"
Default: "ode3"

Version History

Introduced in R2020a