exponential form from the graphs
1 view (last 30 days)
Show older comments
how can I remove the exponential form from the graphs
?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/895410/image.jpeg)
0 Comments
Answers (1)
Simon Chan
on 15 Feb 2022
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
0 Comments
See Also
Categories
Find more on Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!