Find coefficient for the best second-order polynomial that fits my data, using least-square fitting
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Daniela Conforti
 le 16 Jan 2019
  
    
    
    
    
    Commenté : Torsten
      
      
 le 16 Jan 2019
            I want to fit my data x= [1,06e-06	1,33e-05	6,23e-05	0,00017	0,00047	0,00100] with a generic second order polynomial y= a*x^2 + b*x + c, using least-square fitting. 
I need the coefficient "a" of the polynomial  that allows me to have the best fitting with my data. 
2 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Polynomials dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!