Skip to content
Snippets Groups Projects
Commit 8c91a7df authored by Marco Ratto's avatar Marco Ratto
Browse files

fixed wirte SD table for mac os

parent 01223793
Branches exceptions
No related tags found
No related merge requests found
Pipeline #4299 passed
......@@ -120,7 +120,7 @@ for j=1:nvar
if ~ismac
[STATUS,MESSAGE] = xlswrite([DynareModel.fname,'_shock_decomposition',fig_mode,fig_name1],d0,deblank(endo_names(i_var(j),:)));
else
[STATUS] = xlswrite_MACOS([DynareModel.fname,'_shock_decomposition',fig_mode,fig_name1],d0,deblank(endo_names(i_var(j),:)));
writetable(cell2table(d0), [DynareModel.fname,'_shock_decomposition',fig_mode,fig_name1 '.xls'], 'Sheet', deblank(endo_names(i_var(j),:)),'WriteVariableNames',false);
end
warning on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment