Deletting X and Y axes ticks

조회 수: 11 (최근 30일)
mohammad
mohammad 2012년 8월 1일
How could axes ticks and numbers be deleted when plotting or imaging?

채택된 답변

venkat vasu
venkat vasu 2012년 8월 1일
set(gca,'xtick',[]) set(gca,'ytick',[])

추가 답변 (1개)

venkat vasu
venkat vasu 2012년 8월 1일
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by