主要内容

probnames

的依赖于问题的参数名cfitsfit,或fittype对象

语法

Pnames = probnames(有趣)

描述

Pnames = probnames(有趣)类的依赖于问题的(固定的)参数的名称cfitsfit,或fittype对象有趣的作为字符向量的单元格数组。

例子

F = fittype('(x-a)^n + b','problem',{'a','b'});Coeffnames (f) ans = 'n' probnames(f) ans = 'a' 'b' load census c = fit(cdate,pop,f,'problem',{cdate(1),pop(1)},…曾经繁荣的,2);Coeffvalues (c) ans = 0.9877 probvalues(c) ans = 1.0e+003 * 1.7900 0.0039

版本历史

在R2006b中引入