multiple fitting with lsqcurvefit
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to fit multiple curve with lsqcurvefit function
there are 4 fitting functions F1,F2,F3,F4
and Xdata is common, but different Ydata (Y1, Y2, Y3, Y4).
The parameters are common (total 6 parameters : beta1, beta2, ... , beta6)
How can I fit those 4 curves simultaneously with lsqcurvefit function?
The function may not be lsqcurvefit, but I want to set lower and upper bounds for the parameters.
댓글 수: 0
답변 (1개)
Star Strider
2017년 1월 17일
That is probably straightforward to do. It would help if we could have your data and equations. You can post your equations here Please highlight them and format them with the [{}Code] button. Use the save function to create a ‘.mat’ file of your data, then attach it here using the ‘paperclip’ icon.
The lsqcurvefit function is the correct choice for this problem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!