I am working with gui. here i plot multiple line in a same graph.I want to add the function "When i select a point on the line in the graph.he can delete the selected line"
Show older comments
Does it need?
items = get(h, 'Children');
delete(items(end));
thanks in advance...
Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D 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!