How can I perform multivariable polynomial curve fitting?
Mostrar comentarios más antiguos
Hey Community! I am looking to perform a polynomial curve fit on a set of data so that I get a multivariable polynomial. I have successfully been able to fit a variable on an independent set using polyfit(). In my case, that was "voltage as a function of current." I want to be able to perform a fit that gives me a function for something like, "voltage as a function of current and temperature." Any ideas?
Cheers!
1 comentario
Abdullah Danyal Saeed
el 24 de Nov. de 2016
Hi you can use mvregress for the above mentioned task.
Respuesta aceptada
Más respuestas (2)
cr
el 15 de Mayo de 2013
0 votos
I dont think basic Matlab has got that ability. You will need curve fitting toolbox to do surface fitting. See this link: http://www.mathworks.in/help/curvefit/surface-fitting.html
Regards.
1 comentario
Mitchell
el 15 de Mayo de 2013
David Graff
el 27 de Abr. de 2015
0 votos
Use the excellent polyfitn package at http://www.mathworks.com/matlabcentral/fileexchange/34765-polyfitn . I love it and use it all the time.
Categorías
Más información sobre Get Started with Curve Fitting Toolbox 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!