exponential form from the graphs
Show older comments
how can I remove the exponential form from the graphs
?
?Answers (1)
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
Categories
Find more on Networks 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!