coeffvalues
cfit
または sfit
オブジェクトの係数の値
説明
例
2 次多項式曲線の係数値の取得
census.mat
ファイルのデータを読み込み、2 次多項式曲線の fittype
を構築します。
load census f = fittype('poly2');
fittype
オブジェクト f
の係数名と式を取得します。
coefficientNames = coeffnames(f)
coefficientNames = 3x1 cell
{'p1'}
{'p2'}
{'p3'}
formula(f)
ans = 'p1*x^2 + p2*x + p3'
曲線をデータに近似させ、係数値を取得します。
c = fit(cdate,pop,f); coefficientValues = coeffvalues(c)
coefficientValues = 1×3
104 ×
0.0000 -0.0024 2.1130
入力引数
fun
— cfit
または sfit
オブジェクト
cfit
| sfit
係数の計算を行うオブジェクト。cfit
または sfit
オブジェクトとして指定します。
出力引数
coeffvals
— 係数値
スカラー | ベクトル
cfit
または sfit
オブジェクト fun
の係数の値。スカラーまたはベクトルとして返されます。
バージョン履歴
R2006a より前に導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)