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
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Smoothing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!