필터 지우기
필터 지우기

How can I change the number of MinorTicks between MajorTicks?

조회 수: 4 (최근 30일)
Geovana Colombo
Geovana Colombo 2016년 10월 24일
편집: Kirby Fears 2016년 10월 24일
Hello, I use the code below to plot some results. The results are given between June 2012 and September 2015. I would like to put the MajorTicks every three months and the MinorTicks each month that has no label. How could I change the number of MinorTicks?
if true
startDate=datenum('06-01-2012');
endDate=datenum('09-31-2015');
xData=linspace(startDate,endDate,16);
set(gca,'XMinorTick','on','XTick',xData)
datetick('x','mmm/yy','keepticks')
end

답변 (1개)

Kirby Fears
Kirby Fears 2016년 10월 24일
편집: Kirby Fears 2016년 10월 24일

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by