How to set a time windows vector
显示 更早的评论
Hi everyone! I've got this graph and i'd like to put on the x axis the correspondant time windows of my data. For example, the first bar refers to a date from 11/2006 to 11/2008; then, i switch one month for each following bar, as following:
- 1st bar: 11/2006 to 11/2008
- 2nd bar: 12/2006 to 12/2008
- 3rd bar: 1/2007 to 1/2009and so on...Is there a way to set like this a vector to be used as unit of measurement on the x axis? Thank you a lot in advance

If it was not easy to do, how would i put a standard date vector as unit of measurement on the x axis?
3 个评论
Jan
2018-6-12
How are the dates stored? It is easier to suggest code if it is clear, what the inputs are.
Stefano Di Vito
2018-6-12
My question remains the same: "Treb=1 corresponds to 11/2004-->11/2006" does not clarify, how the time information is stored in Matlab. Please provide this detail.
Did you read the documentation of datetick already? Define the XData correctly in the image command, then datetick solves the problem directly.
回答(1 个)
Jan
2018-6-12
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!