gui中画图问题。

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

 Accepted Answer

More Answers (0)

Categories

Find more on 图形对象 in Help Center and File Exchange

Tags

Asked:

on 26 Nov 2022

Answered:

on 26 Nov 2022

Community Treasure Hunt

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

Start Hunting!