Skip to content
Snippets Groups Projects
Commit c58f6ef0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge remote-tracking branch 'ratto/4.3' into 4.3

parents d80f1fbd 14173fa4
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ for j=1:size(anamendo,1),
end
end
end
if iplo<9 & iplo>0 & ifig,
if iplo<9 && iplo>0 && ifig,
dyn_saveas(hh,[dirname,'/',M_.fname,'_', namendo,'_vs_shocks_',num2str(ifig)],options_);
if ~options_.nodisplay
close(hh);
......@@ -117,7 +117,7 @@ for j=1:size(anamendo,1),
if ~isempty(y0),
if mod(iplo,9)==0,
ifig=ifig+1;
figure('name',[namendo,' vs. lagged endogenous ',int2str(ifig)]),
hh=dyn_figure(options_,'name',[namendo,' vs. lagged endogenous ',int2str(ifig)]);
iplo=0;
end
iplo=iplo+1;
......@@ -145,7 +145,7 @@ for j=1:size(anamendo,1),
end
end
end
if iplo<9 & iplo>0 & ifig,
if iplo<9 && iplo>0 && ifig,
dyn_saveas(hh,[dirname,'/',M_.fname,'_', namendo,'_vs_lags_',num2str(ifig)],options_);
end
end
......
......@@ -119,7 +119,7 @@ for j=1:npar,
end
end
if ~options_.nograph && (j==(npar)) && j2>0,
if ~options_.nograph && (j==(npar)) && j2>0 && (mod(j2,12)~=0),
dyn_saveas(hh,[dirname,'/',fig_nam_,int2str(ifig)],options_);
if ~options_.nodisplay
close(hh);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment