pwAddK


 m = pwAddK(m, ID, value, type, minValue, maxValue, unit, name, description)

 Adds a dynamical parameter to a model.
 Similar like for the dynamic variables, the value, fitting type
 and limits can be specified for the dynamic parameters.

 

Arguments for pwAddK

 m             struct  Model struct
 ID            ID
 value         float   Default 0.1
 type          string  fit setting type: 'global' (default), 'local', 'fix'
 minValue      float   minimal value during fitting
 maxValue      float   maximal value during fitting
 unit          string
 name          string  descriptive name
 description   string

 

Example

 m = pwAddK(m, 'Stat_act', 1.2, 'global', 0, 100);

See also

pwGetEmptyModel
pwAddR
pwAddX