Multivariable piecewise function fit matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello there,
I would like to fit experimental data with an asymmetric Gaussian function: that is, a Gaussian like peak with different widths on the left and right hand sides.
I am mostly interested in the mean location of the peak, or b:
gaussEqn = 'a*exp(-((x-b)/c)^2)+d';
but also on the 'c' of both sides to do an average between them.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!