Partial data fitting with optimization
Mostrar comentarios más antiguos
Hello, I need to fit the central part of this curve (-100,100) with a linear function, so that the difference between the curve and the fit is minimal. T1 - T7 are measured veocity values for different temperatures. I need to find the parameter, for which the curves in the central part are most straight. I do not need to fit the blue curve. Thank you.

1 comentario
Petr Michalek
el 17 de Abr. de 2018
Respuestas (1)
Alberto Mora
el 21 de Mzo. de 2018
0 votos
polyfit(X,Y,1)
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!