gui中画图问题。

gui中axes绘图时坐标轴的范围显示错误,比如设置-2e-4到0.00005.在绘图时显示0到20.画的曲线是正确的,请问怎么设置才能让坐标轴范围正确显示?newYlim3 = [-2e-4 0.00005];
set(ax,'Ylim',newYlim3);

 采纳的回答

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 图形对象 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!