主要内容

Indepnames

自变量的变量CFIT,,,,SFIT, 或者Fittype目的

句法

Indep = indepnames(有趣)

描述

Indep = indepnames(有趣)返回自变量名称或名称(独立) 的CFIT,,,,SFIT, 或者Fittype目的乐趣。曲线独立是字符矢量的1 x-1单元格阵列,对于表面独立是字符矢量的2 x-1单元格数。

例子

f1 = fittype('a*x^2+b*exp(n*x)');indep1 = indepnames(f1)indep1 ='x'f2 = fittype('a*x^2+b*exp(n*x)','独立','n');indep2 = indepnames(f2)indep2 ='n'

版本历史记录

在R2006b中引入

也可以看看

||