Hi,
I'd like to know, if there is any solution to this:
I have a mesh plot:
question.png
Can i somehow assign the names of samples displayed in plot (left bottom corner) to the numbers 1-6 on the x-axis?
Thank you for any answers.

 Accepted Answer

Star Strider
Star Strider on 9 Feb 2019
Use the 'XTick' (link) and 'XTickLabel' (link) properties to define the tick values and tick labels. Note that you need to use them together, or you will get unexpected (and probably undesirable) results.

2 Comments

Works! Thanks alot.
As always, my pleasure!

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!