Info

此问题已关闭。 请重新打开它进行编辑或回答。

Assign different f factor to data in Smoothing Spline fit

1 次查看(过去 30 天)
Hi all,
I have lots of points and for each of them I have two vectors "x" and "y", one being daily time and the other one being daily temperature. I am trying to use "smoothing spline" in my script, but I want to assign different "f factors" for each of the pixels based on their characteristics (or extract the best f factor which make my fit plots look closer to polynomial 4). I can use "curve fitting tool" for each pixel, but it is not possible for thousands of points. I have tried theses command:
TT3 = csaps(x,y);
TT3 = fitoptions('Method','SmoothingSpline');
TT3 = fit(x,y,'SmoothingSpline');
Any suggestion?
  1 个评论
John D'Errico
John D'Errico 2019-10-2
Just because you have chosen a way to solve your problem that is hugely time consuming, does not mean that it can be solved in some magic way that is not time consuming.
So you can either choose a more efficient way to fit your problem, or you can accept the time required, and get some coffee while you wait.

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by