Finding coefficients from 4 degree polynomial

I want to find unknown coefficients A,B,C,D,E from 4 degree polynomial equation "y=Ax^4+Bx^3+Cx^2+Dx+E". x and y are already given in table.

Réponses (1)

KSSV
KSSV le 15 Oct 2021
Modifié(e) : KSSV le 15 Oct 2021

0 votes

Read about polyfit. This will help you to fit the required degree polynomial and also gives you the coefficients. Also have a look on polyval.

Catégories

En savoir plus sur Polynomials dans Centre d'aide et File Exchange

Produits

Version

R2021b

Question posée :

ans
le 15 Oct 2021

Commenté :

ans
le 15 Oct 2021

Community Treasure Hunt

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

Start Hunting!

Translated by