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!