I\'m building a data analysis platform in MATLAB. One of the system\'s features need to create many plots. At any given time only one plot is available and the user can trav
Use figure once to create a figure and clf to clear it's content before repainting.
figure
clf