how to fit several curves into one curve
Mostrar comentarios más antiguos
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

Respuesta aceptada
Más respuestas (1)
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!






