Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Assign different f factor to data in Smoothing Spline fit

1 visualizzazione (ultimi 30 giorni)
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 Commento
John D'Errico
John D'Errico il 2 Ott 2019
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.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by