How to add Time Series from 1998-2014 on the X axis using plotyy?

Hi all
I'm using plotyy to plot two data sets with the same x values over two different y scales. It all works perfectly, but the problem I can't add Time Series on X axis So How to add Time Series from 1998-2014 on the X axis.
this is the code
[Ax,H1,H2]=plotyy(X,ytr,X,ynd);
set(Ax,'xlim',[1 204]);
set(Ax,'xTick',[1:12:204]);
set(Ax(1),'YLim',[0 400]);
set(Ax(1),'YTick',[0:20:400]);
set(Ax(2),'YLim',[0 0.5]);
set(Ax(2),'YTick',[0:0.05:0.5]);

댓글 수: 1

Is this another series in time or the same series you've already plotted as (apparently) against observation number?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Two y-axis에 대해 자세히 알아보기

질문:

2015년 10월 16일

댓글:

dpb
2015년 10월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by