simulataneous Curve fitting
古いコメントを表示
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 件のコメント
Andreas Goser
2011 年 8 月 10 日
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
2011 年 8 月 10 日
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
2011 年 8 月 10 日
採用された回答
その他の回答 (1 件)
Fangjun Jiang
2011 年 8 月 10 日
0 投票
Subtract your first curve with 1a, second curve with 2a and third curve with 3a and then do the curve fitting?
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!