I have datenum() error ?
1 回表示 (過去 30 日間)
古いコメントを表示
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?
採用された回答
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...
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!