simulataneous Curve fitting
Show older comments
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 Comments
Andreas Goser
on 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
on 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
on 10 Aug 2011
Accepted Answer
More Answers (1)
Fangjun Jiang
on 10 Aug 2011
0 votes
Subtract your first curve with 1a, second curve with 2a and third curve with 3a and then do the curve fitting?
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!