Clear Filters
Clear Filters

How to insert words in between tick marks on the X-axis

1 view (last 30 days)
On the X-axis of a figure, I have already put tick marks and corresponding values. Now I want to put some words in between those tick marks. For an example, if I already have tick marks with values showing 1,7,14,21, now I need to show week1, week2, week3 in between corresponding tick marks. How can I do that? Thanks.

Answers (1)

Star Strider
Star Strider on 16 Aug 2017
Use the text (link) function to create the labels.
Experiment to get the result you want.

Tags

Community Treasure Hunt

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

Start Hunting!