Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I easily obtain a curve fit parameters for several data?

1 回表示 (過去 30 日間)
saheed
saheed 2015 年 1 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have sets of data of dependent variables stored in matrices A1 and A2 of size 36 by 12 and the independent variable data [are] stored in a vector L of size 1 by 12. My task is to fit each of the row of A1 and A2 to the models:
model for A1 (exponential)
A=a*exp (b*x) + c*exp (d*x)
Model for A2 (quadratic or cubic polynomial)
I have made some trials to fit this data one at a time but it seems this method is somewhat time consuming. Besides, the best polynomial fit for A2 changes from quadratic to cubic at some point. I would like to know if there is a fast and easy method to complete this task. Thanks in advance for your response.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by