Fitting one non-linear curve to another
Show older comments
Hi everyone,
I am writing to ask a question - how to fit a non-linear curve to another one curve (that follows the same power law) on Matlab. I intended to use least squared fit; however this doesn't seem right because the two curves will be moved to a third position. What I want is to find out the scaling factor for one curve to the other.
Thanks Yunpeng
1 Comment
John D'Errico
on 11 Mar 2016
Huh? Define the model you will assume. If you want a scale factor only in it, then your model is:
f1(x) = a*f2(x)
where a is to be estimated. What about that model will move any curve to a new position?
Answers (0)
Categories
Find more on Get Started with Curve Fitting Toolbox 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!