exponential form from the graphs
조회 수: 1 (최근 30일)
이전 댓글 표시
how can I remove the exponential form from the graphs?
댓글 수: 0
답변 (1개)
Simon Chan
2022년 2월 15일
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!