What is difference between fit and fitlm function in MATLAB?
Show older comments
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.
Answers (1)
Sam Chak
on 22 Jun 2022
0 votes
You read about the differences between fit and fitlm here:
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!