timeseries plot with multiple y axis

8 次查看(过去 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