What is difference between fit and fitlm function in MATLAB?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to fit the data between two variable i.e., x and y. For fitting the data I am using fit and fitlm function.Upto the polynomial order 2 (poly2) I am geeting the same coefficient value from both function but while using the higher order polynomial greater than 2 I am geeting NaN value from fitlm function and some value from fit function. What is the reason behind this?
I have attached the screenshot of difference between two function and also the excel sheet that includes my data.
0 comentarios
Respuestas (1)
Sam Chak
el 22 de Jun. de 2022
You read about the differences between fit and fitlm here:
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!