setpar
Set initial parameter values of idnlgrey model object
语法
setpar(model,property,values)
输入参数
modelName of the
idnlgreymodel object.propertyName of the
Parametersmodel property field, such as'Name','Unit','Value','Minimum', or'Maximum'.Default:
'Value'.valuesValues of the specified property
Property.valuesare anNp-by-1 cell array of values, whereNpis the number of parameters.
说明
setpar(model,property,values) sets the model parameter values in the property field of the Parameters model property. property can be 'Name', 'Unit', 'Value', 'Minimum', and 'Maximum'.
版本历史记录
在 R2007a 中推出