selectSolver
Description
s = selectSolver(
selects a solver for the F
,Name=Value
)ode
object
F
based on the parameters specified using one or more name-value
arguments and returns the solver name. Change the ode
object solver by
assigning the output of the selectSolver
function to the
Solver
property, for example, F.Solver =
selectSolver(F,DetectStiffness="on")
.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2024b