Hi Michel,
In version 3 I used the following matlab code to load the steady state values from the previous run (and in this case to add another variable to the steady state file with value -50):
load Version1011;
ys_=[ys_(1:28);-50;ys_(29:end)];
steady;
check;
save Version1011 ys_;
This was a useful way to make sure steady started from good initial values.
This no longer seems to work in the new version of dynare. What is the correct way to code this now, given that the steady state values are stored in oo_.steadystate?
thanks
Magnus