필터 지우기
필터 지우기

I have datenum() error ?

조회 수: 1 (최근 30일)
Sandy
Sandy 2013년 10월 22일
댓글: Sandy 2013년 10월 23일
I load in a column of dates in the format yyyymmdd, then try to plot them. When I actually plot them I get dates looking like Q2-11. What does this mean?
  댓글 수: 1
sixwwwwww
sixwwwwww 2013년 10월 22일
Can you show example values in your file?

댓글을 달려면 로그인하십시오.

채택된 답변

dpb
dpb 2013년 10월 23일
It indicates that given the range of data on the x-axis datetick decided quarterly dates would be the best default (or you explicitly used the date format corresponding to same). You can change to display in whatever units you wish.
doc datetick % for more details
and or post more detail on what you actually did...
  댓글 수: 1
Sandy
Sandy 2013년 10월 23일
Thank you so much!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by