How to change the x ticket lables in a plot?

Illustration
tanishka - 2020-09-07T10:50:15+00:00
Question: How to change the x ticket lables in a plot?

Hi, I have : x=1:12 %the index of months y = x. ^ 2; plot(x,y) No I want to change the position of x labels from below the tickets to the middle of interval (between every 2 tickets).

Expert Answer

Profile picture of Prashant Kumar Prashant Kumar answered . 2025-11-20

   x=1:12 %the index of months
   y = x. ^ 2;
   plot(x,y)
   set(gca,'xtick',[ 1 3 5 7 9 11])  % use whatever you want


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!