setEstimatedValues
Update experiments with estimated model initial states and parameter values
Syntax
experiment = setEstimatedValues(experiment0,parameters)
Description
experiment = setEstimatedValues(experiment0,parameters)
updates
the experiment with the estimated model initial states and parameter
values.
setEstimatedValues
is
used with the getValuesToEstimate
method. You use getValuesToEstimate
to
obtain the parameters that you want to estimate from an experiment.
When you estimate parameters for multiple experiments, getValuesToEstimate
tags
each parameter to track its corresponding experiment. You use setEstimatedValues
to
update the experiments with their corresponding estimated parameter
values.
Input Arguments
|
Experiment, specified as an To specify multiple experiments, use a vector of |
|
Estimated model initial states and parameters for experiments,
specified as a vector of You obtain estimated parameters using |
Output Arguments
|
Updated experiment, returned as an If
|