Require code for local sensitivity analysis of ode-based model
조회 수: 5 (최근 30일)
이전 댓글 표시
Require code for local sensitivity analysis of ode-based model. my model consist of 20 odes and 10 parameters.
댓글 수: 0
답변 (1개)
Ayush Aniket
2024년 12월 19일 6:02
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!