rsimsetrtpparam
Set parameters of rtP
model parameter structure
Syntax
Description
takes an rtP
= rsimsetrtpparam(rtP
,'paramName
',paramValue
)rtP
structure that contains tunable parameter information and
sets the values associated with 'paramName'
to be
paramValue
. You can specify multiple name-value pairs.
takes an rtP
= rsimsetrtpparam(rtP
,idx
,'paramName
',paramValue
)rtP
structure that contains tunable parameter information and
sets the values associated with 'paramName'
to be
paramValue
in the nth idx
parameter set. You can
specify multiple name-value pairs. If the rtP
structure does not have
idx
parameter sets, the first set is copied and appended until there
are idx
parameter sets. Subsequently, the nth idx
set
is changed.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009b