simulataneous Curve fitting
Afficher commentaires plus anciens
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 commentaires
Andreas Goser
le 10 Août 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
le 10 Août 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
le 10 Août 2011
Réponse acceptée
Plus de réponses (1)
Fangjun Jiang
le 10 Août 2011
0 votes
Subtract your first curve with 1a, second curve with 2a and third curve with 3a and then do the curve fitting?
1 commentaire
Syd
le 11 Août 2011
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!