Deletting X and Y axes ticks
조회 수: 7 (최근 30일)
이전 댓글 표시
How could axes ticks and numbers be deleted when plotting or imaging?
댓글 수: 0
채택된 답변
추가 답변 (1개)
venkat vasu
2012년 8월 1일
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!