param.Continuous
Continuous tunable parameter
Description
A continuous parameter is a numeric parameter that can take any value in a specified interval. The parameter can be scalar-valued or array-valued.
Typically, you use continuous parameters to create parametric models and to estimate or
optimize tunable parameters in such models. For instance, when performing response
optimization or parameter estimation with sdo.optimize
, use
sdo.getParameterFromModel
to create param.Continuous
objects corresponding to parameters in your Simulink® model.
Creation
Create a continuous parameter object in one of the following ways.
sdo.getParameterFromModel
to create objects corresponding to continuous-valued parameters in a Simulink model.param.Continuous
function.
Description
creates a scalar parameter and sets the p
= param.Continuous(name
)Name
property. The remaining
properties of the object have default values.
creates a parameter with the same dimensions as p
= param.Continuous(name
,value
)value
and sets the
Value
property.
Properties
Object Functions
isreal | Determine if parameter value, minimum, and maximum are real |
Examples
Version History
Introduced in R2012b