Finding coefficients from 4 degree polynomial
Mostrar comentarios más antiguos
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.
Respuestas (1)
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.
1 comentario
ans
el 15 de Oct. de 2021
Categorías
Más información sobre Polynomials en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!