Effacer les filtres
Effacer les filtres

Can be changed visibility of matlab window from another matlab window

3 vues (au cours des 30 derniers jours)
hi everyone ,
I have two gui and these is ran in same time . I want to hide/show one of them by push a pushbutton from another one .
I know ,ı mush change 'Visible' on and off but
I don't know, how can i do it with control another window's pushbutton
thank you for your helping...

Réponse acceptée

Walter Roberson
Walter Roberson le 1 Avr 2013
You just need to know the handle of the figure.
set(TheFiguresHandle, 'Visible', 'off')
There are a number of ways you can find out the handle. You might wish to give the figure a unique Tag and then search for the figure with that tag using findobj()

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by