Selelcting Points in a plot embedded in a GUI
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Typically when you produce a plot, it creates a separate window with the toolbar menu. If one selects tools -> Data cursor, it allows the user to select points on your plot.
However, when you do this in a GUI application, the toolbar menu doesn't appear and hence does not provide the option to the user to select points a graph. I want to be able to do this. So far I have a plot embedded in a GUI.
0 Kommentare
Akzeptierte Antwort
Shashank Prasanna
am 17 Jan. 2013
In GUIDE, go to tools -> Toolbar Editor and add Data cursor mode. If its a regular gui or plot you can always use >> datacursormode In a programmatic gui you can set the menu bar and toolbar using figure properties:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots 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!