exponential form from the graphs
1 回表示 (過去 30 日間)
古いコメントを表示
how can I remove the exponential form from the graphs
?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/895410/image.jpeg)
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!