Select the extrapolation order used by the ode14x
solver
to compute a model's states at the next time step from the states at the
current time step.
Category: Solver
Default:
4
1
Specifies first order extrapolation.
2
Specifies second order extrapolation.
3
Specifies third order extrapolation.
4
Specifies fourth order extrapolation.
Selecting a higher order produces a more accurate solution, but is more computationally intensive per step size.
This parameter is enabled by selecting ode14x
(extrapolation)
from the
Solver list.
Parameter:
ExtrapolationOrder |
Type: integer |
Value:
1 | 2 | 3 |
4 |
Default:
4 |
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |