exponential form from the graphs
3 ビュー (過去 30 日間)
古いコメントを表示
how can I remove the exponential form from the graphs
?
?0 件のコメント
回答 (1 件)
Simon Chan
2022 年 2 月 15 日
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
