Clearing data in an axes component
Show older comments
Hi, Im using GUIDE to create graphs. I insert an "axes" component and label this axes2.
I can plot graphs (data = avg5) to this axes OK using
axes(handles.axes2)
h=bar(Avg5);
I want to include a clearall buttom and remove the graph data that I display but keep all of the axes and labels. Can anyone advise. thanks
Accepted Answer
More Answers (0)
Categories
Find more on Data Distribution Plots 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!