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

1 vue (au cours des 30 derniers jours)
Hagar Hendy
Hagar Hendy le 2 Déc 2022
Commenté : Hagar Hendy le 2 Déc 2022
x = (tin-tex)*(-1.433426304e-12) %(3C*784)
hi= histogram(x)
ylabel('number of Ocuurance','fontsize',10);
xlabel('Time Difference in picoseconds');
  2 commentaires
Image Analyst
Image Analyst le 2 Déc 2022
Duplicate post. Original post at
which also includes my answer. Not sure why a totally separate thread was started for this.
Hagar Hendy
Hagar Hendy le 2 Déc 2022
I am sorry, i didn't know the rules

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 2 Déc 2022
Modifié(e) : Walter Roberson le 2 Déc 2022
ax = gca;
ax.XRuler.Exponent = -12;
  8 commentaires
William Rose
William Rose le 2 Déc 2022
@Hagar Hendy, you're welcome. This is also the answer @Image Analyst provided.
Hagar Hendy
Hagar Hendy le 2 Déc 2022
Thanks a lot, foryou and for @Image Analyst , i didn't know the rules, sorry for question duplication

Connectez-vous pour commenter.

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by