Main Content

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에 개발됨