exponential form from the graphs

1 Ansicht (letzte 30 Tage)
mattvanviore
mattvanviore am 15 Feb. 2022
Beantwortet: Simon Chan am 15 Feb. 2022
how can I remove the exponential form from the graphs?

Antworten (1)

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

Kategorien

Mehr zu Graphics Objects finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by