timeseries plot with multiple y axis

11 visualizzazioni (ultimi 30 giorni)
karthik
karthik il 3 Apr 2013
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.

Risposte (0)

Categorie

Scopri di più su Time Series in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by