set(gcf,'WindowStyle','normal'); // 关键,这样字体大小不变
set(gcf,'units','centimeters','Position',[4,3,6,2]);ha = get(gcf,'CurrentAxes')
set(ha,'Position',[.13 .17 .85 .8]);
set(findobj('MarkerSize',4),'MarkerSize',6);
set(gcf,'WindowStyle','normal'); // 关键,这样字体大小不变
set(gcf,'units','centimeters','Position',[4,3,6,2]);