Partial data fitting with optimization
Afficher commentaires plus anciens
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 commentaire
Petr Michalek
le 17 Avr 2018
Réponses (1)
Alberto Mora
le 21 Mar 2018
0 votes
polyfit(X,Y,1)
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!