x axis label in plot

조회 수: 1 (최근 30일)
Indrani
Indrani 2023년 6월 28일
댓글: Indrani 2023년 6월 29일
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?

채택된 답변

Cris LaPierre
Cris LaPierre 2023년 6월 28일
Create a vector of x values that are datetimes. Then plot using plot(x,y) syntax.
  댓글 수: 3
Cris LaPierre
Cris LaPierre 2023년 6월 29일
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 2023년 6월 29일
Thanks, but the issue has been solved!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by