plotting multiple time series in one graph
이전 댓글 표시
Dear all,
I have the following matrix
TTT' '2-11-2008' [ 8.0486] [0.7113]
'TTT' '30-11-2008' [ 8.4678] [0.7217]
'TTT' '28-12-2008' [ 8.1981] [0.7271]
'TTT' '25-01-2009' [ 8.1123] [0.7236]
'b1' '2-11-2008' [ 8.3363] [0.8208]
'b1' '30-11-2008' [ 8.8482] [0.8205]
'b1' '28-12-2008' [ 8.4075] [0.8235]
'b1' '25-01-2009' [ 8.3332] [0.8171]
And I want to plot for each “TTT” and for each “b1” the evolution of the values which are given in the last two columns.
So, I want one graph for the group “TTT” that will plot BOTH the time series for the third and fourth column (in one graph).
Then one graph for the group “b1” that will plot BOTH the time series for the third and fourth column (in one graph) and so forth.
I have a large matrix which means that I have many groups like “TTT” “b1” etc. So a loop might be the solution
Thanks
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!