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

3 visualizaciones (últimos 30 días)
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 comentarios
Moji
Moji el 16 de Dic. de 2017
Editada: Moji el 16 de Dic. de 2017
I have the same problem, how did you figure it out?
Yugal Gupta
Yugal Gupta el 17 de Dic. de 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 >

Iniciar sesión para comentar.

Respuestas (1)

Matt J
Matt J el 26 de Mayo de 2017
Editada: Matt J el 26 de Mayo de 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 comentario
Yugal Gupta
Yugal Gupta el 26 de Mayo de 2017
Editada: Yugal Gupta el 27 de Mayo de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by