How to change firs GUI's figure properties from another GUI

1 view (last 30 days)
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
Daniel Shub on 24 May 2012
This is essentially FAQ: 5.16

Categories

Find more on Migrate GUIDE Apps 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!