[MATLAB]常用图像处理代码

ha=plot(I,Ts*Tt)
set(ha,’MarkerFaceColor’,[0 0 0],’MarkerSize’,8,’Marker’,’square’,’LineStyle’,’none’,’Color’ ,[ 0 0 0]);
axis([0 200 0 330])
box on
set(gcf,’color’,[1 1 1])
set(gca,’LineWidth’,1.5,’FontSize’,14,’FontName’,’Times New Roman’, ‘Position’,[0.1 0.1 0.8 0.8]);
export_fig( gcf,’-png’, ‘-r300’, ‘-opengl’, ‘png图/fig_2’);