multiple fitting with lsqcurvefit

1 次查看(过去 30 天)
I want to fit multiple curve with lsqcurvefit function
there are 4 fitting functions F1,F2,F3,F4
and Xdata is common, but different Ydata (Y1, Y2, Y3, Y4).
The parameters are common (total 6 parameters : beta1, beta2, ... , beta6)
How can I fit those 4 curves simultaneously with lsqcurvefit function?
The function may not be lsqcurvefit, but I want to set lower and upper bounds for the parameters.

回答(1 个)

Star Strider
Star Strider 2017-1-17
That is probably straightforward to do. It would help if we could have your data and equations. You can post your equations here Please highlight them and format them with the [{}Code] button. Use the save function to create a ‘.mat’ file of your data, then attach it here using the ‘paperclip’ icon.
The lsqcurvefit function is the correct choice for this problem.

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by