How to optimise a specific equation in a model in order to fit the final curve of the model?

1 次查看(过去 30 天)
Hello,
I am developing a model and trying to validate this model with some experimental data. Two degree polynomial equations are used in this model as follows:
where
where
The validation figure based on the aforementioned equations is as follows:
I would like to optimise the constants of ,or even use higher degree polynomial equations in order to get the best fitting to the experimental data. Is there a code or a function in MATLAB that can simultaneously optimise several constants or pameters?
Thank you in advance.

回答(1 个)

Matt J
Matt J 2023-11-9
Yes, there is polyfit.
  13 个评论
Torsten
Torsten 2023-11-13
Further, it was intentionally that I chose p(1) and p(2) not equal to 0 in my code suggestion (you divide by them !).
Matt J
Matt J 2023-11-13
I just see that T is a constant (383) and does not vary with i. In this case, the fitting as suggested doesn't make sense. Alternatively, you can use two different constants in the denominator and fit them:
In fact, you don't need more than one parameter, p1. The model can be rewritten,

请先登录,再进行评论。

类别

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