Require code for local sensitivity analysis of ode-based model
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Require code for local sensitivity analysis of ode-based model. my model consist of 20 odes and 10 parameters.
0 Commenti
Risposte (1)
Ayush Aniket
il 19 Dic 2024
Introduced in MATLAB R2024a, the odeSensitivity MATLAB function can be used to perform sensitivity analysis on the parameters of an ordinary differential equation (ODE) system. Refer to the following example documentation link that shows the steps to perform the analysis: https://www.mathworks.com/help/matlab/math/sensitivity-analysis-of-epidemic-ode-parameters.html
You can read more about the odeSensitivity function here: https://www.mathworks.com/help/matlab/ref/odesensitivity.html
0 Commenti
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!