Main Content

setpar

Set initial parameter values of idnlgrey model object

Syntax

setpar(model,property,values)

Input Arguments

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.

Description

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'.

Version History

Introduced in R2007a