Зависимая переменная cfit
, sfit
или объекта fittype
dep = dependnames(fun)
dep = dependnames(fun)
возвращает (одно) имя зависимой переменной cfit
, sfit
или объекта fittype
fun
как массив ячеек из символьных векторов 1 на 1 dep
.
f1 = fittype('a*x^2+b*exp(n*x)'); dep1 = dependnames(f1) dep1 = 'y' f2 = fittype('a*x^2+b*exp(n*x)','dependent','power'); dep2 = dependnames(f2) dep2 = 'power'
fittype
| formula
| indepnames