Borrar filtros
Borrar filtros

Curve Fit Using Endpoints of the Data

4 visualizaciones (últimos 30 días)
lynniz
lynniz el 3 de Feb. de 2011
Hi All,
Is there a curve fit function that I can use to force the fit to go through both endpoints of the data? Currently, the fit goes through the left most point but not the right most point. The reason I want to do that is I want to get some extraoplated data from the fit as well.
Thank you,
Lynniz

Respuesta aceptada

Andrew Newell
Andrew Newell el 3 de Feb. de 2011
Lynniz, forcing the curve to go through both endpoints won't improve the extrapolation. Instead, if you have the Curve Fitting Toolbox I would recommend looking at fnxtr. Also, remember that it is unwise to extrapolate very far.
  1 comentario
Walter Roberson
Walter Roberson el 4 de Feb. de 2011
"Making predictions is very hard. Especially about the future."

Iniciar sesión para comentar.

Más respuestas (2)

Brett Shoelson
Brett Shoelson el 4 de Feb. de 2011
Note that you can also provide weights for the points you're fitting. Giving the endpoints very high weights compared to the other points might get you where you want to be.
Cheers, Brett

lynniz
lynniz el 17 de Feb. de 2011
Thank you both!

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by