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

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.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Asked:

on 24 May 2012

Community Treasure Hunt

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

Start Hunting!