フィルターのクリア

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 Center および File ExchangeDirected Graphs についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by