LaTeX里可以指定图片大小\includegraphics[width=4cm,height=3cm]{xxx.eps}MATLAB里面可以直接用命令保存close all; plot(...); print -depsc xxx.eps这样每次图片的大小都是默认尺寸,就不会不同了
用可选参数width和height可以控制图片宽度和高度。\includegraphics[width=10cm, height=10cm]{file}
scale=1