Sensitivity Analysis for a ODE
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a Differential equation of the form:
dW/dx=(Fch4(y,z)*(1+(KH2O*P0*ych40(y,z)*(theeta4(y,z)+(2*x)))))/(B(y,z)*(1-x))
KH20 and P0 are given constants.
I want to do sensitivity analysis for this for y and z and can't find anything on the internet to know how to. Please help me out.
댓글 수: 0
채택된 답변
Jan
2021년 7월 18일
Sensitivity means, that you vary the initial values or parameters by a small value and compare the results of the integration. Divide the difference between the varied and not varied final value by the size of the variation to obtain the sensitivity.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!