Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
x = (tin-tex)*(-1.433426304e-12) %(3C*784)
hi= histogram(x)
ylabel('number of Ocuurance','fontsize',10);
xlabel('Time Difference in picoseconds');

Risposte (1)

Walter Roberson
Walter Roberson il 2 Dic 2022
Modificato: Walter Roberson il 2 Dic 2022
ax = gca;
ax.XRuler.Exponent = -12;
  8 Commenti
Hagar Hendy
Hagar Hendy il 2 Dic 2022
Thanks a lot, foryou and for @Image Analyst , i didn't know the rules, sorry for question duplication

Accedi per commentare.

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Prodotti


Release

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by