setinit
Set initial states of idnlgrey
model object
Syntax
model = setinit(model,Property,Values)
Description
model = setinit(model,Property,Values)
sets the
values
of the Property
field of the
InitialStates
model property. Property
can be
'Name'
, 'Unit'
, 'Value'
,
'Minimum'
, 'Maximum'
, and
'Fixed'
.
Input Arguments
model
Name of the
idnlgrey
model object.Property
Name of the
InitialStates
model property field, such as'Name'
,'Unit'
,'Value'
,'Minimum'
,'Maximum'
, and'Fixed'
.Values
Values of the specified property
Property
.Values
are anNx
-by-1 cell array of values, whereNx
is the number of states.
Version History
Introduced in R2007a