exponential form from the graphs
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how can I remove the exponential form from the graphs
?
?0 Commenti
Risposte (1)
Simon Chan
il 15 Feb 2022
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
0 Commenti
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
