M = reset(M)
M = reset(M,Req1,Req2,...)
M
[ model ] - Model object in which the requested type(s) of values will be reset.
Req1
, Req2
, ... [ 'corr'
| 'parameters'
| 'sstate'
| 'std'
| 'stdcorr'
] - Requested type(s) of values that will be reset; if omitted, everything will be reset.
M
[ model ] - Model object with the requested values reset.'corr'
- All cross-correlation coefficients will be reset to 0
.
'parameters'
- All parameters will be reset to NaN
.
'sstate'
- All steady state values will be reset to NaN
.
'std'
- All std deviations will be reset to 1
(in linear models) or log(1.01)
(in non-linear models).
'stdcorr'
- Equivalent to 'std'
and 'corr'
.
-IRIS Toolbox. -Copyright (c) 2007-2015 IRIS Solutions Team.