Filter löschen
Filter löschen

x axis label in plot

2 Ansichten (letzte 30 Tage)
Indrani
Indrani am 28 Jun. 2023
Kommentiert: Indrani am 29 Jun. 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?

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 28 Jun. 2023
Create a vector of x values that are datetimes. Then plot using plot(x,y) syntax.
  3 Kommentare
Cris LaPierre
Cris LaPierre am 29 Jun. 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 am 29 Jun. 2023
Thanks, but the issue has been solved!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by