timeseries plot with multiple y axis
이전 댓글 표시
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개)
카테고리
도움말 센터 및 File Exchange에서 Time Series에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!