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

3 views (last 30 days)
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 ??

Answers (1)

Matt J
Matt J on 26 May 2017
Edited: Matt J on 26 May 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 Comment
Yugal Gupta
Yugal Gupta on 26 May 2017
Edited: Yugal Gupta on 27 May 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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!