Partial data fitting with optimization
Mostra commenti meno recenti
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 Commento
Petr Michalek
il 17 Apr 2018
Risposte (1)
Alberto Mora
il 21 Mar 2018
0 voti
polyfit(X,Y,1)
Categorie
Scopri di più su Get Started with Curve Fitting Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!