Please, I would like to present my xlimit in a plot into scientific notation?

1 Ansicht (letzte 30 Tage)
Hi all,
Please, I have a graph that has axis limit in the range of 0,1000, 2000 ,........,15000. I would like to have it in scientific notation in the form 0, 1, 2, 3, ....., 15 *10^3.
Please, how can I do that.
Thank you in advance.
Kwaku.

Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 5 Mär. 2021
x_data=0:15000;
plot(x_data);
ax=gca;
ax.XAxis.Exponent=3;
See more option here

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by