Зависимая переменная 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