Edit plot in a GUI
이전 댓글 표시
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
2012년 11월 21일
0 개 추천
- What edits are you wanting the user to make?
- Are you using GUIDE or an M-file?
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!