pwAddDynamicalParameters
pwAddDynamicalParameters(filename)
Adds dynamical parameters saved in filename to the
currently selected models.
filename Matlab function returning k, kMin, kMax.
Description
Several sets of parameter values may be attached to one model,
representing e.g. different states or fits of the system.
The currently used parameter set to simulate synthetic data
or as initial guess for the next fit can be specified in the
IDSO dialog (see pwIDSO). Please note that PottersWheel distinguishes
between parameter values for simulation and fitting.
Search path
1. Current folder
2. ../IDSO
3. IDSO folder as specified in the configuration
Example
function [k, kMin, kMax] = myValues()
k.StatProd = 0.4;
kMin.StatProd = 0;
kMax.StatProd = 100;
k.StatDeg = 0.9;
kMin.StatDeg = 0;
kMax.StatDeg = 100;
See also