how to concatenate graphs
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
David Sanchez
am 19 Jun. 2013
did you try
hold on
after plotting the first graph and
hold off
right after the last one?
2 Kommentare
Michael Lam
am 16 Jan. 2018
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.
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!