pwSetFittedX
m = pwSetFittedX(m, dataID, ID, value, low, high)
Allows to specify an experiment dependent value for a dynamic variable x.
m Model struct, see pwGetEmptyModel.
dataID Usually the name of the external data file without the path
and the extension, e.g. 'data01'
ID ID of the dynamic parameter
value Value of the parameter for the specific experiment.
low Lower confidence interval
high Upper confidence interval
Description
If parameters are locally fitted, they get an experiment-specific value.
In order to store these values into a single model definition file,
the function pwSetFittedX can be used. If the data set with the same
data set ID is added to the model, the correct parameter values are used
automatically.
See also