How to change firs GUI's figure properties from another GUI
Show older comments
I have two GUIs, which i has made in GUIDE. I need to change first GUI's figure properties from another GUI. Suppose, that i have GUI1 and GUI2 and I call GUI2 from GUI1. I tried to type this in GUI2's callback h=findobj('Name', GUI1); set(h,'Visible','Off'); ,but it didn't help.
Answers (1)
Daniel Shub
on 24 May 2012
0 votes
Categories
Find more on Interactive Control and Callbacks 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!