Borrar filtros
Borrar filtros

x axis label in plot

2 visualizaciones (últimos 30 días)
Indrani
Indrani el 28 de Jun. de 2023
Comentada: Indrani el 29 de Jun. de 2023
Hi!
In this graph, I have plotted data for each day from 2015 to 2022. Is there a way to label the x axis with the month and year of plotting?

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 28 de Jun. de 2023
Create a vector of x values that are datetimes. Then plot using plot(x,y) syntax.
  3 comentarios
Cris LaPierre
Cris LaPierre el 29 de Jun. de 2023
Share your code and your data. You can save your variables to a mat file and attach it to your post using the paperclip icon.
Indrani
Indrani el 29 de Jun. de 2023
Thanks, but the issue has been solved!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by