getValuesToEstimate
Get model initial states and parameters for estimation from experiment
Syntax
parameters =
getValuesToEstimate(experiment)
Description
returns
the model initial states and parameters of an experiment that you
want to estimate. parameters
=
getValuesToEstimate(experiment
)
When you estimate parameters for multiple experiments, getValuesToEstimate
tags
each parameter to track its corresponding experiment. To update the
experiments with their corresponding estimated parameter values, use setEstimatedValues
.
Input Arguments
|
Experiment, specified as an To get the model initial states and parameters for multiple
experiments, use a vector of To specify that you want to estimate the value of a model initial
state or parameter for an experiment, set its |
Output Arguments
|
Model initial states and parameters of an experiment that you
want to estimate, returned as a vector of When |