exponential form from the graphs
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
how can I remove the exponential form from the graphs?
0 comentarios
Respuestas (1)
Simon Chan
el 15 de Feb. de 2022
x=1:10;
y=100000:100000:1000000;
plot(x,y);
ax=gca;
ax.YTickLabel=num2str(ax.YTick');
0 comentarios
Ver también
Categorías
Más información sobre Graphics Objects en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!