simulataneous Curve fitting
Ältere Kommentare anzeigen
Hi,
I am using matlab to fit a family of curves. I want to have one term in the curve with a different coeeficentfor each curve in the family.
For example say I have 3 curves. Then I want to have a term in my curve such that one of my curves has 1*a, the second curve has 2*a, and the third curve has 3*a where a is the same for all 3 curves
This would require matlab to find "a" simultaneously for all 3 curves and i was wondering how to do that in matlab. I have the curve fitting toolbox but it doesn;t seem to support this simultaneous fitting. Thank you.
3 Kommentare
Andreas Goser
am 10 Aug. 2011
I am not so strong in this area to craft an "answer", but a comment is, that I suppose this is doable with Optimization Toolbox.
Friedrich
am 10 Aug. 2011
Could you give us a more specific example? Sounds like it can be achieved with MATLAB itself or maybe Curve Fitting Toolbox can help here.
Syd
am 10 Aug. 2011
Akzeptierte Antwort
Weitere Antworten (1)
Fangjun Jiang
am 10 Aug. 2011
0 Stimmen
Subtract your first curve with 1a, second curve with 2a and third curve with 3a and then do the curve fitting?
1 Kommentar
Syd
am 11 Aug. 2011
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!