How do you remove x-axis tick marks and keep the numbers?

If I want to delete the tick marks on an x-axis only meanwhile keep the digits, what can I use? I tried set(gca,'TickLength'.[0 0.1]) but that removed the tickmarks for both the y and x-axis. I also tried set(gca,'XTick', []) but that removed the x-axis and all the digits.

Tags

Asked:

on 29 Jun 2022

Answered:

on 30 Jun 2022

Community Treasure Hunt

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

Start Hunting!