how to pull coefficients with such as 70% confidence bounds from cfit object? the cfit object was came from fit function.
cfit(fitresult)
ans =
General model Sin1:
ans(x) = a1*sin(b1*x+c1)
Coefficients (with 95% confidence bounds):
a1 = 10.08 (10.05, 10.1)
b1 = 5086 (5085, 5088)
c1 = 1.655 (1.652, 1.657)

 채택된 답변

Steven Lord
Steven Lord 2017년 10월 26일

0 개 추천

You use one of the postprocessing functions on the cfit object.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

제품

태그

질문:

2017년 10월 26일

댓글:

2017년 10월 26일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!