how to concatenate graphs

3 ビュー (過去 30 日間)
Reyasudin
Reyasudin 2013 年 6 月 19 日
コメント済み: Michael Lam 2018 年 1 月 16 日
hello,
I have plotted 12 different graphs. Which is monthly energy for january, feb until december.
I want to combine/concatenate and generate one figure that shows energy for the whole year from jan to dec.
tq

回答 (1 件)

David Sanchez
David Sanchez 2013 年 6 月 19 日
did you try
hold on
after plotting the first graph and
hold off
right after the last one?
  2 件のコメント
Reyasudin
Reyasudin 2013 年 6 月 19 日
The hold command will plot the graph on top of the last one.
Actually I want it to continue plotting right after the last one. Let say at the end of january, it will continue plotting for february an so on...
tq
Michael Lam
Michael Lam 2018 年 1 月 16 日
Hope it's still relevant, but just set your x values of next data after previous data. First turn hold on. Example: January has 31 days. Make February start on the 32. After doing this for all 12 months, turn hold off and you should get a plot of 365/366 days.

サインインしてコメントする。

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by