Create continuous parameter
A continuous parameter is a numeric parameter that can take any value in a specified interval. The parameter can be scalar-valued or matrix-valued.
Typically, you use continuous parameters to create parametric models and to estimate or optimize tunable parameters in such models.
Create a continuous parameter object in one of the following ways.
param.Continuous
function.
sdo.getParameterFromModel
to create objects
for parameters in a Simulink® model.
creates a p
= param.Continuous(name
)param.Continuous
object and sets the
Name
property. The remaining properties of the object have default
values.
sets the p
= param.Continuous(name
,value
)Name
and Value
properties.
isreal | Determine if parameter value, minimum, and maximum are real |