Deletting X and Y axes ticks
이전 댓글 표시
How could axes ticks and numbers be deleted when plotting or imaging?
채택된 답변
추가 답변 (1개)
venkat vasu
2012년 8월 1일
0 개 추천
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
카테고리
도움말 센터 및 File Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!