Plotting N days values in N Y axes
Show older comments
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 ...
Answers (1)
Azzi Abdelmalek
on 3 Aug 2015
If you want multiple plot in one axis use hold on
doc hold
1 Comment
Yahav Biran
on 3 Aug 2015
Categories
Find more on Line Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!