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"
Ältere Kommentare anzeigen
Does it need?
items = get(h, 'Children');
delete(items(end));
thanks in advance...
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!