MATLAB: Mesh plot axis description

axisaxisdescriptionmeshplot

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.

Best Answer

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.