I got the next problem:
After starting the ls2003.mod example from GSA demos in Dynare (Version 4.2.1) under Matlab 7.12 (R2011a) I get, with preceeding MC iteration 2048 "No solution could be found" lines, the following error message:
??? Undefined function or variable "T".
Error in ==> stab_map_ at 306
T=T(:,:,1:jstab);
Error in ==> dynare_sensitivity at 186
x0 = stab_map_(OutputDirectoryName);
Error in ==> ls2003 at 192
dynare_sensitivity(options_gsa);
Error in ==> dynare at 132
evalin('base',fname) ;
I didn't change anything in the mod-file and wonder whether it is kind of a bug. I assume that this example is supposed to work.
How could I solve this problem?
Other two example from the GSA demos don't work, either.
Originally, my intention was it to learn how to conduct bi-dimensial determinacy regions graphs. Trying several times to conduct those on my models t, Dynare/Matlab delivered exactly the same error messages mentioned above. So I checked the demos with the same success. Thats why the suspicion of a bug.
Had anybody had the same problem? I couldn't find any topics with that problem.