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

1 Ansicht (letzte 30 Tage)
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.

Antworten (1)

Matt J
Matt J am 9 Nov. 2023
Yes, there is polyfit.
  13 Kommentare
Torsten
Torsten am 13 Nov. 2023
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 am 13 Nov. 2023
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,

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Linear and Nonlinear Regression finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by