MATLAB, rotation of numbers on the site

I am well acquainted with all the axis properties for the matlab plot, but I cannot find any of them that actually affect the display of numbers or not. I have a plot where the numbers are pretty pointless, they are only there to get a good visual representation of what I'm working on. Thus, it would be better if I could just bring numbers to success. Is there any way to do this? Thank you (No, not tick marks or any of them, actual numbers! =))

+4
source share
1 answer

These are not the checkmarks that you like, but the tags are tags. Just set them to empty lists:

set(gca,'XTickLabel', [], 'YTickLabel', []) 
+6
source

Source: https://habr.com/ru/post/1493125/


All Articles