Borrar filtros
Borrar filtros

exponential form from the graphs

1 visualización (últimos 30 días)
mattvanviore
mattvanviore el 15 de Feb. de 2022
Respondida: Simon Chan el 15 de Feb. de 2022
how can I remove the exponential form from the graphs?

Respuestas (1)

Simon Chan
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');

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by