setpar
Set initial parameter values of idnlgrey
model object
语法
setpar(model,property,values)
输入参数
model
Name of the
idnlgrey
model object.property
Name of the
Parameters
model property field, such as'Name'
,'Unit'
,'Value'
,'Minimum'
, or'Maximum'
.Default:
'Value'
.values
Values of the specified property
Property
.values
are anNp
-by-1 cell array of values, whereNp
is 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 中推出