Plotting N days values in N Y axes
이전 댓글 표시
I wish to show how solar station power output are similar on daily basis. Assuming we have a table with two rows, date (and time) and the output in MW. I wish to be able to plot several Y axes, where each Y axis is 24 hours only. e.g. the data below will yield two Y axes (2015-01-01 and 2015-01-02) on the same X axis.
2015-01-01 00:00,0.0 2015-01-01 00:05,0.0 ... 2015-01-01 05:05,1.0 ... 2015-01-01 12:05,34.0 ... 2015-01-01 18:05,30.0 ... 2015-01-01 20:05,5.0 ...
2015-01-02 00:00,0.0 2015-01-02 00:05,0.0 ... 2015-01-02 05:05,2.0 ... 2015-01-02 12:05,29.0 ... 2015-01-02 18:05,28.0 ... 2015-01-02 20:05,4.0 ...
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!