how to pull variables from cfit object?

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.

1 件のコメント

Peng Kong
Peng Kong 2017 年 10 月 26 日
thanks! confint function

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet 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!