Does the curve fitting toolbox have power regression?
Show older comments
I have a scatter plot that I can fit a power trend-line to in Excel. All I could find out is that I will need the function "fit()" which is in the curve fitting toolbox to do the same thing in Matlab. The end goal is to use the equation of the trend-line of the form y = a*x^b.
However, I was unable to find more than one source saying that a power regression is possible using that function. The possible script I found used the fit function and passed the argument 'power1'. Is this a legitimate option I will have access to using the curve fitting toolbox?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!