How to find polynomial coefficient
Mostrar comentarios más antiguos
Hello,
I've a set of data x and y that give a curve and I wanna find an approximation of this curve using the form y=a1*x+a3*x^3. Using the function polyfit I can obtain a cubic form y=a0+a1*x+a2*x^2+a3*x^3, but I need a0 and a2 equal to 0. How can i do?
Thank you in advance.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Linear and Nonlinear Regression en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!