I have used spline from curve fit toolbox, I need help using my fit struct.

1 次查看(过去 30 天)
Hi, After I used spline in curve fit toolbox, I have this struct called "fit". It has information about polynomials, one of them is my "coefs" which has 4 rows. My number of knots are 335, so I have 335*4 coefs. I do not fully understand why there are 4 rows. I am reading lots of materials for spline interpolation but it is still confusing. I need to make f(x) based on my coefficients, and use the f(x) as fit function for my genetic algorithm to optimize (ideally make f(x)=0), ideally using "ga" function in Matlab. Does any one have any idea how to do it. I appreciate any help and tips.
  1 个评论
dpb
dpb 2018-7-6
Many ways you could have done; specifics depend on those details. Show us the code you used...attaching the data so someone can replicate would probably be most beneficial.

请先登录,再进行评论。

回答(1 个)

S.M.
S.M. 2018-7-9
Thank you for your response. I plotted the rows on Friday, I did it individually and I think I figured out why it comes with four row, and if I am not mistaking it represents the degree of spline.

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by