timeseries plot with multiple y axis

조회 수: 7 (최근 30일)
karthik
karthik 2013년 4월 3일
We have a data set of two (1014x1) elements. Need to plot the data vs time.,(ie,in the format HH:MM:SS.)
X axis time must be from 11:51:20 to 12:08:11.But the data on 2 opposite y axis are different.X axis remains the same for both Y data.
Not getting the plot by using plotyy function.
plotyy(ts1.time,ts1.data,ts1.time,ts2.data);
datetick('x','HH:MM:SS');
kindly guide.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by