How to continuously update an existing plot?
Show older comments
Hi
I have a program in which user can choose any or multiple versions of an activity to run one after another. Each version is run over 5 datasets. 5 plots will be generated for each dataset. So I will have a total of 25 plots for each version. If I run all three versions, then a total of 5*5*3 plots will be generated which will become messy. So instead of generating all the plots, I want to merge the corresponding plot of each version for a particular dataset i.e. plot #1 of dataset#1 version#1 should be merged with plot#1 of dataset#1 version#1 and so on. How do I do this without opening and closing the plot?
Thanks
Nadia
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Object Programming 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!