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!