필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Hello, I have different time series data in differend time spane. eg. One I have from year 2004 to 2011 and one I have year 2007 to 2011 . How to get a plot so that I can get both time series with my X- axis within the range from 2004 to 2011

조회 수: 1 (최근 30일)
Hello, I have different time series data in differend time spane. eg. One I have from year 2004 to 2011 and one I have year 2007 to 2011 . How to get a plot so that I can get both time series with my X- axis within the range from 2004 to 2011

답변 (1개)

José-Luis
José-Luis 2012년 12월 23일
Assuming you have your dates as a Matlab serial date number, and that you want to set the limits in the active figure:
set(gcf,'XLim',[datenum(2004,1,1) datenum(2011,12,31]);
If you don't know what a serial date number is, please have a look at
doc datenum

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by