exponential form from the graphs

1 vue (au cours des 30 derniers jours)
mattvanviore
mattvanviore le 15 Fév 2022
how can I remove the exponential form from the graphs?

Réponses (1)

Simon Chan
Simon Chan le 15 Fév 2022
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');

Tags

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by