Hello! A simple question, I have the figure above, has on x axis x scale 0, 20, 40..200. Meaning each unit is 20. I want to scale it to 0, 5, 10, 15...200. Meaning each unit must be 5.
In short have to change the scale / minor units on the x-axis. In the axis properties of matalb for x scale I a only able to see 'log' and 'linear' scale.
How should I make the change? Thanks!

 채택된 답변

Ameer Hamza
Ameer Hamza 2018년 5월 29일

0 개 추천

Change the XTick property,
ax = gca;
ax.XTick = 0:5:200;

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2018년 5월 29일

댓글:

2018년 5월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by