필터 지우기
필터 지우기

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

조회 수: 2 (최근 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 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