Finding optimal coefficients while fitting multiple data in matlab

1 次查看(过去 30 天)
There are 3 sets of data and I need to use exponential fitting. How to get a set of coefficients to satisfy the best fit to the three sets of data?

回答(1 个)

Matt J
Matt J 2020-9-12
If they all follow the same model, just concatenate the 3 data sets and fit them as a single set.
If each data set has a different set of parameters. Just perform 3 separate fits.

类别

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