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

1 回表示 (過去 30 日間)
Hagar Hendy
Hagar Hendy 2022 年 12 月 2 日
コメント済み: Hagar Hendy 2022 年 12 月 2 日
x = (tin-tex)*(-1.433426304e-12) %(3C*784)
hi= histogram(x)
ylabel('number of Ocuurance','fontsize',10);
xlabel('Time Difference in picoseconds');
  2 件のコメント
Image Analyst
Image Analyst 2022 年 12 月 2 日
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 2022 年 12 月 2 日
I am sorry, i didn't know the rules

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 12 月 2 日
編集済み: Walter Roberson 2022 年 12 月 2 日
ax = gca;
ax.XRuler.Exponent = -12;
  8 件のコメント
William Rose
William Rose 2022 年 12 月 2 日
@Hagar Hendy, you're welcome. This is also the answer @Image Analyst provided.
Hagar Hendy
Hagar Hendy 2022 年 12 月 2 日
Thanks a lot, foryou and for @Image Analyst , i didn't know the rules, sorry for question duplication

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by