formula
cfit、sfit、または fittype のオブジェクトの式
構文
formula(fun)
説明
formula(fun) は、cfit、sfit、または fittype のオブジェクト fun の式を文字配列として返します。
例
f = fittype('weibull');
formula(f)
ans =
a*b*x^(b-1)*exp(-a*x^b)
g = fittype('cubicspline');
formula(g)
ans =
piecewise polynomialバージョン履歴
R2006b で導入
参考
fittype | coeffnames | numcoeffs | probnames | coeffvalues