Creat List on a Plot to select multiple data sets
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kyle Reagan
am 31 Mai 2017
Kommentiert: Walter Roberson
am 1 Jun. 2017
I want to make a graph with up to 10 data sets plotted on it. My idea is to have the figure with a list where the user can select multiple entries to plot by holding control and clicking what they want to see on the graph. I believe this can be done with an uicontrol... anyone know how?
Akzeptierte Antwort
Walter Roberson
am 31 Mai 2017
There are multiple ways of handling this. One is to provide toggle buttons to select the active graphs. Another is to provide a uitable column that the user toggles on or off the entries of. A third way is to provide a uicontrol('style','list', 'Max', 2) : with the Max parameter set to something larger than 1, the user is permitted to select multiple entries.
2 Kommentare
Walter Roberson
am 1 Jun. 2017
For toggle buttons, just create a bunch of them, and do not put them inside a uibuttongroup.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!