pwAddStartValues


 pwAddStartValues(filename)

 Adds start values saved in filename to the
 currently selected models. The file has to be a
 Matlab function returning x0, x0Min and x0Max.

 

Example

 function [x0, x0Min, x0Max] = myValues()

 x0.Stat     = 10;
 x0Min.Stat  = 0;
 x0Max.Stat  = 1000;

 x0.pStat    = 0;
 x0Min.pStat = 0;
 x0Max.pStat = 100;

See also

pwAddInstructions
pwAddObservations
pwAddDynamicalParameters
pwIDSO