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

2 次查看(过去 30 天)
x = (tin-tex)*(-1.433426304e-12) %(3C*784)
hi= histogram(x)
ylabel('number of Ocuurance','fontsize',10);
xlabel('Time Difference in picoseconds');

回答(1 个)

Walter Roberson
Walter Roberson 2022-12-2
编辑:Walter Roberson 2022-12-2
ax = gca;
ax.XRuler.Exponent = -12;
  8 个评论
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 CenterFile Exchange 中查找有关 Loops 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