matlab画图的简单指令 1.坐标轴设置 set(gca,\'ylim\',[ymin,ymax]); %其中ymin,和ymax是y轴刻度的上下限 axis([xmin,xmax,ymin,ymax]);%改变坐标轴范围 相关文章: