exponential form from the graphs
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
how can I remove the exponential form from the graphs
?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/895410/image.jpeg)
0 Kommentare
Antworten (1)
Simon Chan
am 15 Feb. 2022
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
0 Kommentare
Siehe auch
Kategorien
Mehr zu Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!