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.
1. Current folder 2. ../IDSO 3. IDSO folder as specified in the configuration
function [x0, x0Min, x0Max] = myValues() x0.Stat = 10; x0Min.Stat = 0; x0Max.Stat = 1000; x0.pStat = 0; x0Min.pStat = 0; x0Max.pStat = 100;