Selelcting Points in a plot embedded in a GUI
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Shashank Prasanna
on 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 Comments
More Answers (0)
See Also
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!