how to fit several curves into one curve
Show older comments
I have six dataset ,which are (x1,y1), (x1,y2), (x1,y3), (x1,y4), (x1,y5), (x1,y6), an the expected fitting is as:
AA = w1 * y1 + w2 * y2 + w3 * y3 + w4 * y4 + w5 * y5 ;
w1, w2,w3,w4,w5 are weight factor
delta = (AA / max(AA) - y6)^2 == 0;
the data is attached .
could anyone share his ideal with me to how to solve the problem? thanks a lot!
the y1~y5 dataset plot are following:

the y6 data plot is as following

Accepted Answer
More Answers (1)
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!





