constrained least square fitting

Hey
I need some help with constrained least squares. I have a vector A(mx1). I need to fit a degree n-polynomial f with a constraint that the f(1)=f(m). I am acquainted with matlab but never done curve fitting and some lead will be great help.
Thanks

2 个评论

How strict does the tolerance have to be on f(1)=f(m) ? If they must be exactly equal, that can be difficult to achieve due to standard round-off error issues.
round off errors are ok. I dont need very high precision.

请先登录,再进行评论。

回答(2 个)

Naresh
Naresh 2011-6-19

0 个投票

fmincon worked.
Thanks for the inputs. (cant use toolbox as such.. need to run several iterations..)

类别

帮助中心File Exchange 中查找有关 Fit Postprocessing 的更多信息

提问:

2011-6-19

Community Treasure Hunt

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

Start Hunting!

Translated by