Borrar filtros
Borrar filtros

I have datenum() error ?

1 visualización (últimos 30 días)
Sandy
Sandy el 22 de Oct. de 2013
Comentada: Sandy el 23 de Oct. de 2013
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 comentario
sixwwwwww
sixwwwwww el 22 de Oct. de 2013
Can you show example values in your file?

Iniciar sesión para comentar.

Respuesta aceptada

dpb
dpb el 23 de Oct. de 2013
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 comentario
Sandy
Sandy el 23 de Oct. de 2013
Thank you so much!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Dates and Time en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by