필터 지우기
필터 지우기

Can be changed visibility of matlab window from another matlab window

조회 수: 3 (최근 30일)
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...

채택된 답변

Walter Roberson
Walter Roberson 2013년 4월 1일
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()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by