How do I plot many time series (iterated through in a for loop) on the same graph ?
Show older comments
I'm trying to do a visual comparison of a data set (n=302) on the same graph. Each file is a time series that undergoes modification within a for loop and is plotted within each iteration. Using hold hasn't been effective across iterations, and I'd like to have all of the time series plotted on the same graph. Is this possible?
3 Comments
Jon
on 24 Sep 2015
What do you mean that "using hold hasn't been effective across iterations?"
amen45
on 24 Sep 2015
Star Strider
on 24 Sep 2015
Seeing your code would help.
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!