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

3 visualizzazioni (ultimi 30 giorni)
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 Commenti
Moji
Moji il 16 Dic 2017
Modificato: Moji il 16 Dic 2017
I have the same problem, how did you figure it out?
Yugal Gupta
Yugal Gupta il 17 Dic 2017
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 >

Accedi per commentare.

Risposte (1)

Matt J
Matt J il 26 Mag 2017
Modificato: Matt J il 26 Mag 2017
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 Commento
Yugal Gupta
Yugal Gupta il 26 Mag 2017
Modificato: Yugal Gupta il 27 Mag 2017
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.

Accedi per commentare.

Categorie

Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by