Edit plot in a GUI

8 views (last 30 days)
Mac
Mac on 21 Nov 2012
I'm in the process of writing a GUI that presents a plot to the user in a GUI window with buttons. And I was hoping to allow the user to edit the plot in the GUI window when done processing. However, if I do the usual way of using the plotedit function in the .m file when a checkbox is selected, the entire GUI becomes free to edit and none of my buttons then function. This is an undesired result.
The problem with the plotedit function that I am having is that I can only select the specific figure handle, not any other type of graphics handle. So, is there a way to use the plotedit function (or any other function or script) to allow just a plot to be editted in a GUI window, and not the entire figure (i.e. the GUI)?
Thanks!

Answers (1)

Matt Fig
Matt Fig on 21 Nov 2012
  1. What edits are you wanting the user to make?
  2. Are you using GUIDE or an M-file?

Categories

Find more on Graphics Object Identification 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!