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 an Np
-by-1 cell array
of values, where Np
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'
.