MATLAB: How to change the color of the axes graph numbers

axes

I mean the numbers that are outside the graph. How can I change the color?

Best Answer

If it is acceptable to change the line color as well as the numbers, then change the axes numeric ruler Color property: https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.decorator.numericruler-properties.html#property_d119e713466
Otherwise, you will need to set the axes *TickLabel property to a cell array of character vectors in which each label uses tex or latex color specifications to color that one label. See https://www.mathworks.com/matlabcentral/answers/278997-matlab-label-with-different-colors-on-the-string-using-latex-interpreter