Main Content

Gewöhnliche Differenzialgleichungen

Solver für Ausgangswertprobleme bei gewöhnlichen Differenzialgleichungen

Die Solver für Ausgangswertprobleme bei gewöhnlichen Differenzialgleichungen in MATLAB® bieten zahlreiche Eigenschaften für das Lösen von Ausgangswertproblemen. Die Solver funktionieren bei steifen und nichtsteifen Problemen, Problemen mit einer Massenmatrix, algebraischen Differenzialgleichungen oder voll impliziten Problemen. Weitere Informationen finden Sie unter Choose an ODE Solver.

Objekte

odeOrdinary differential equations (Seit R2023b)
odeMassMatrixODE mass matrix (Seit R2023b)
odeJacobianODE Jacobian matrix (Seit R2023b)
odeEventODE event definition (Seit R2023b)
odeSensitivityODE sensitivity analysis (Seit R2024a)
ODEResultsResults of ODE integration (Seit R2023b)

Funktionen

alle erweitern

ode45Solve nonstiff differential equations — medium order method
ode23Solve nonstiff differential equations — low order method
ode78Solve nonstiff differential equations — high order method (Seit R2021b)
ode89Solve nonstiff differential equations — high order method (Seit R2021b)
ode113Solve nonstiff differential equations — variable order method
ode15sSolve stiff differential equations and DAEs — variable order method
ode23sSolve stiff differential equations — low order method
ode23tSolve moderately stiff ODEs and DAEs — trapezoidal rule
ode23tbSolve stiff differential equations — trapezoidal rule + backward differentiation formula
ode15iSolve fully implicit differential equations — variable order method
decicCompute consistent initial conditions for ode15i
odegetExtract ODE option values
odesetCreate or modify options structure for ODE and PDE solvers
devalEvaluate differential equation solution structure
odextendExtend solution to ODE

Themen