Finding best parametric function estimation for ODE of first order
이전 댓글 표시
Hello to every one.
Until now I've solved differential equations numerically under given formulae for their coefficients and given initial / boundary conditions. But recently I've been dealt with the inverse problem, namely: find the best fit to the solution of the ODE regarding some unknown paramateres. The hard part here is due to the fact that we need to determine not a single value but the values of a whole parametric function.
Consider the following initial value problem for ODE of first order:

Solving the equation by separation of the variables we obtain the exact solution 

Let's consider however this problem statement: given the Cauchy's problem

whose solution
is known over the grid
Find the estimated values of the function
fitting the solution
, i.e. establish that they're eventually located close enough to the curve
.
.I read a lot about the topic but I didn't find what I searched for. Could you give me some short explanations or guidelines on how to perform this idea in general and later using MATLAB toolboxes?
Kind regards,
Lyudmil Yovkov, PhD
채택된 답변
추가 답변 (2개)
Alan Stevens
2021년 7월 18일
1 개 추천
First plot the points, ui vs xi to see what sort of curve it might be. If it looks like it could be a polynomial (as in the case of u = x^2 + 1) then lookup help on polyfit.
댓글 수: 1
Lyudmil Yovkov
2021년 7월 18일
편집: Lyudmil Yovkov
2021년 7월 18일
Lyudmil Yovkov
2021년 7월 28일
편집: Lyudmil Yovkov
2021년 7월 28일
0 개 추천
댓글 수: 1
Lyudmil Yovkov
2021년 7월 31일
편집: Lyudmil Yovkov
2021년 7월 31일
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!











