一 matlab作图 (1)在图形文件figure的菜单上点击file->export setup, 在size选项中,对"expand axes to fill figure"选项打勾, 再点击:Apply to figure 即可. (2)matlab作图1号线和2号线差距挺大,不适合学术论文作图,没有找到1.5号线性,目前使用发现是只有整数线粗 (3)matlab作图坐标轴默认是arial字体,打印时较粗,最好编程控制字体,'fontname','Time New
peaks; axis tight %Set the axis limits to equal the range of the data axis square axis 'auto x' %x轴坐标上下限自动调整 axis off %Plot a surface without displaying the axes lines and background. set(gca,'Visible','off'); %消除坐标轴,显示范围的大小没有改变,同上句 %更多特性