通过 set 指令可以指定图像大小,语法为:
set(gcf,'position',[centerX,centerY,width,height])
其中“width”和“height”分别代表宽度和高度。
centerX 为 figure 的中心点在屏幕的 x 坐标,centerY 为 figure 的中心点在屏幕的 y 坐标,和固定图像尺寸没有关系。