Finding coefficients from 4 degree polynomial

2 visualizzazioni (ultimi 30 giorni)
ans
ans il 15 Ott 2021
Commentato: ans il 15 Ott 2021
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.

Risposte (1)

KSSV
KSSV il 15 Ott 2021
Modificato: KSSV il 15 Ott 2021
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.

Categorie

Scopri di più su Polynomials in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by