How to plot three different time series?

Hi, i´m pretty much a newbie in MATLAB and are struggling with how I can plot three different time series, and then provide three additional plots highligthing the dependence with respect to the time to maturity (one for each of three given dates). Someone who knows how I can procide, and which codes i could use?
Thanku so much in advance!

댓글 수: 2

Not sure entirely what you mean, but if you wish to plot three different plots on top of each other you can just use the hold on and hold off function.
e.g.
plot (x,y)
hold on
plot(x1,y1)
plot(x2,y2)
hold off
Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019년 11월 1일
편집: Sahithi Kanumarlapudi 2019년 11월 4일
Yes, Could you provide some more information on the question

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2019년 10월 29일

편집:

2019년 11월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by