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 - idnlgreymodel object.
- Property
- Name of the - InitialStatesmodel property field, such as- 'Name',- 'Unit',- 'Value',- 'Minimum',- 'Maximum', and- 'Fixed'.
- Values
- Values of the specified property - Property.- Valuesare an- Nx-by-1 cell array of values, where- Nxis the number of states.
Version History
Introduced in R2007a