I was creating and saving my plots using Matlab2014a before. Now, I updated my MATLAB version to 2015 (and 2016). When I ran my previous scripts using the new MATLAB, the figures (in both fig and eps formats) take 2-3 times more space than before. This is very problematic for me because using the new eps files in the latex leads to 3 times slow down in creating the final pdf.
Is there any way that I can create the plots using MATLAB2015 (or 2016) and get files with the same size as 2014a?
I have already checked the effect of changing Renderer, PaperPosition, resolution, and other properties of the figure, and none of them worked for me.
Thanks for your help