Linear trend line of the given data points
Show older comments
I need to get the equation of the linear trend line of the given data points, when intercept is set to zero and I need R-squared value as well.
All these, I can get using MS-Excel. But I need to get all these information being in MATLAB function.
Please help me.
Answers (1)
Rick Rosson
on 28 Jun 2011
Please try the function polyfit:
doc polyfit
HTH.
Categories
Find more on Logical 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!