plotting multiple time series in one graph
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!