removing numbers on axis without removing the grid lines
이전 댓글 표시
Hi all
When I use following command to remove numbers on the -y axis of a graph, it also removes the grid lines. How can I keep the grid lines?
set(gca,'YTick',[])
Regards
Suleyman
채택된 답변
추가 답변 (2개)
Achilleas
2018년 7월 23일
0 개 추천
The aforementioned solution didn't work for me, meaning that I wasn't able to activate the grid minor choice.
So, I used this 'xticklabel',num2str('').
댓글 수: 1
Muhammad Adil
2020년 5월 7일
Thanks It also worked for me.
C. Nwachoma
2018년 9월 25일
0 개 추천
How do you reverse the process in case you remove the numbering on the wrong axis?
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!