Edit plot in a GUI

8 次查看(过去 30 天)
Mac
Mac 2012-11-21
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!

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by