Hi,
when I try the stochastic extended path algorithm, by setting the option "order=INTEGER" (whatever integer I set... of course it works with "0")
I get this error message
??? Error: File: solve_stochastic_perfect_foresight_model.m
Line: 193 Column: 17
The variable nzA in a parfor cannot be classified.
See Parallel for Loops in MATLAB, "Overview".
Error in ==> extended_path at 180
[flag,tmp] = ...
Error in ==> RD_new_ep at 425
extended_path([], 100);
Error in ==> dynare at 162
evalin('base',fname) ;
Any help is more than welcome!!!!
Barbara