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

3 vues (au cours des 30 derniers jours)
Yugal Gupta
Yugal Gupta le 26 Mai 2017
Commenté : Yugal Gupta le 17 Déc 2017
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 commentaires
Moji
Moji le 16 Déc 2017
Modifié(e) : Moji le 16 Déc 2017
I have the same problem, how did you figure it out?
Yugal Gupta
Yugal Gupta le 17 Déc 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 >

Connectez-vous pour commenter.

Réponses (1)

Matt J
Matt J le 26 Mai 2017
Modifié(e) : Matt J le 26 Mai 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 commentaire
Yugal Gupta
Yugal Gupta le 26 Mai 2017
Modifié(e) : Yugal Gupta le 27 Mai 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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by