pwAddObservations(filename) Adds an observation to the currently selected models. The observation file is constructed as a Matlab function and contains a list of observation functions defined similarly as in a model definition file.
1. Current folder 2. ../IDSO 3. IDSO folder as specified in the configuration
function y = getObservations() y = pwGetY('Stat'); y(end+1) = pwGetY('pStat + 2 * pStat_pStat', 'total_pStat'); y(end+1) = pwGetY('Stat + pStat + 2 * pStat_pStat', 'total_Stat');