exponential form from the graphs

1 次查看(过去 30 天)
mattvanviore
mattvanviore 2022-2-15
回答: Simon Chan 2022-2-15
how can I remove the exponential form from the graphs?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Directed Graphs 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by