Evaluate parameters of an ODE
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Dear all I have an ODE like this: dXdt = R1*R2*P + C*dPdt + R1/R2 * X. Say I couldnt find an analytic solution for this ODE, and hence I can only solve it with a solver in matlab. Now, if I have measured data of P and X (say data is stored in two arreys called P_data and X_data), but I want to evaluate R1, R2 and C which can produce the data stored in X_data given P_data.
BTW, R1, R2 and C are single values.
I know that I can use fminsearch or lsqcurvefit to perform a similar task if the function of X is an algebraic equation instead of an ODE. But now I have an ODE, so dont know how to solve the problem.
Please help, many thanks!
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!