How to plot date labels on x axis?

3 views (last 30 days)
mklcst mklcst
mklcst mklcst on 9 Aug 2012
Hi everybody, I have a 2 column matrix to plot, one with the dates in number and the other column with the values. My problem is the date labels to plot on the x axis. I tried with some loops but I have an inconsistency on the time range (same space interval different time period of months). I suppose there is an easy way to do it, so if I have a column-vector x with the dates in number and y with the values. What I have to do in order to plot it?
  1 Comment
Jan
Jan on 19 Aug 2012
Edited: Jan on 19 Aug 2012
If you want your code to be fixed, post it. It is not possible to create a suggestion based on "I have an inconsistency". If you post a small piece of example data, suggesting another solution would be easier and they would more likely match your problem.

Sign in to comment.

Answers (1)

Jan
Jan on 19 Aug 2012
Have you tried datetick already?

Community Treasure Hunt

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

Start Hunting!