M_ is saved with oo_ in _results.mat

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1286 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2007-05-19 16:58:55 +00:00
parent e1385d2cd5
commit fc4e25adec
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ if (any(bayestopt_.pshape >0 ) & options_.mh_replic) | ...
%%
GetPosteriorParametersStatistics;
%% Results are saved (in case of an anormal exit from dynare or matlab)...
save([M_.fname '_results'],'oo_');
save([M_.fname '_results'],'oo_','M_');
%%
PlotPosteriorDistributions;
metropolis_draw(1);