Filter löschen
Filter löschen

i want to set x-axis to be in Pico seconds , how to do that

2 Ansichten (letzte 30 Tage)
Hagar Hendy
Hagar Hendy am 2 Dez. 2022
Kommentiert: Hagar Hendy am 2 Dez. 2022
x = (tin-tex)*(-1.433426304e-12) %(3C*784)
hi= histogram(x)
ylabel('number of Ocuurance','fontsize',10);
xlabel('Time Difference in picoseconds');

Antworten (1)

Walter Roberson
Walter Roberson am 2 Dez. 2022
Bearbeitet: Walter Roberson am 2 Dez. 2022
ax = gca;
ax.XRuler.Exponent = -12;
  8 Kommentare
William Rose
William Rose am 2 Dez. 2022
@Hagar Hendy, you're welcome. This is also the answer @Image Analyst provided.
Hagar Hendy
Hagar Hendy am 2 Dez. 2022
Thanks a lot, foryou and for @Image Analyst , i didn't know the rules, sorry for question duplication

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by