Main Content

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 an Nx-by-1 cell array of values, where Nx is the number of states.

Version History

Introduced in R2007a