Equazioni differenziali ordinarie
I risolutori di equazioni differenziali ordinarie (ODE) di MATLAB® risolvono problemi di valore iniziale con diverse proprietà. I solutori possono lavorare su problemi rigidi o non rigidi, problemi con una matrice di massa, equazioni algebriche differenziali (DAE) o problemi completamente impliciti. Per maggiori informazioni, vedere Choose an ODE Solver.
Risolvere i problemi e impostare le opzioni utilizzando un'interfaccia visiva con l’attività Solve ODE (Risolvi Ode) in Live Editor.
Oggetti
| ode | Ordinary differential equations (Da R2023b) | 
| odeMassMatrix | ODE mass matrix (Da R2023b) | 
| odeJacobian | ODE Jacobian matrix (Da R2023b) | 
| odeEvent | ODE event definition (Da R2023b) | 
| odeSensitivity | ODE sensitivity analysis (Da R2024a) | 
| odeDelay | ODE delay definition (Da R2025a) | 
| ODEResults | Results of ODE integration (Da R2023b) | 
Attività di Live Editor
| Solve ODE | Solve system of ordinary differential equations in the Live Editor (Da R2024b) | 
Funzioni
Argomenti
- Choose an ODE SolverODE background information, solver descriptions, algorithms, and example summary. 
- Summary of ODE OptionsUsage of odesetand table indicating which options work with each ODE solver.
- ODE Event LocationDetect events during solution of ODE. 
- Solve Nonstiff ODEsThis page contains two examples of solving nonstiff ordinary differential equations using ode45.
- Solve Stiff ODEsThis page contains two examples of solving stiff ordinary differential equations using ode15s.
- Solve Differential Algebraic Equations (DAEs)Solve ODEs with a singular mass matrix. 
- Nonnegative ODE SolutionThis topic shows how to constrain the solution of an ODE to be nonnegative. 
- Troubleshoot Common ODE ProblemsFAQ containing common problems and solutions. 






