Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
By using the mentioned code i am getting this plot. Now i want x label tics at each month. How can i get it?
조회 수: 1 (최근 30일)
이전 댓글 표시
t=datenum(2013,11,24):datenum(2015,06,19);
ax=plotyyy(t',sst,t',pco2,t',sss);
datetick('x','mmm-yy','keepticks')
set(ax(1),'XTick',[])

댓글 수: 1
Walter Roberson
2017년 10월 25일
Which MATLAB version are you using? R2016b added nicer ways to do date plots.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!