Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Assign different f factor to data in Smoothing Spline fit

1 visualización (últimos 30 días)
Zahra Sharifnezhadazizi
Zahra Sharifnezhadazizi el 2 de Oct. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentario
John D'Errico
John D'Errico el 2 de Oct. de 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.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by