How to do simultaneous curve fitting for two model equations having common constants ??

조회 수: 3 (최근 30일)
I am having two different model equations and also experimental data respectively. Both model equations are having common constants. Is there any way to do curve fitting for both the models simultaneously. So that final values constants can satisfy both the model equations ??
  댓글 수: 2
Moji
Moji 2017년 12월 16일
편집: Moji 2017년 12월 16일
I have the same problem, how did you figure it out?
Yugal Gupta
Yugal Gupta 2017년 12월 17일
Thanks for asking. I used Extended Kalman Filter(since my model was nonlinear). We can easily incorporate simultaneous curve fitting for any number of functions here. Go through these weblinks or some other documentations. https://in.mathworks.com/help/control/ug/extended-and-unscented-kalman-filter-algorithms-for-online-state-estimation.html >

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2017년 5월 26일
편집: Matt J 2017년 5월 26일
Two model equations are really only one model equation when you make the equation vector-valued. LSQCURVEFIT can easily handle vector-valued curves of any dimension.
  댓글 수: 1
Yugal Gupta
Yugal Gupta 2017년 5월 26일
편집: Yugal Gupta 2017년 5월 27일
Dear Matt J, Can you please attach any documentation on this. I don't know, how to make equation vector valued for LSQCURVEFIT. Thank You.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by