필터 지우기
필터 지우기

linking GUIs in MATLAB

조회 수: 1 (최근 30일)
rimi
rimi 2012년 2월 20일
how to link 1 GUI in MATLAB with other.for example in the first GUI there is 1 pushbutton if it is pressed then a new GUI for that button press opens??

채택된 답변

Chandra Kurniawan
Chandra Kurniawan 2012년 2월 20일
Hi,
Let say I have 2 GUIs.
untitled1
untitled2
In first GUI I have pushbutton to call the second GUI.
Just type untitled2 in the pushbutton callback.
  댓글 수: 3
Chandra Kurniawan
Chandra Kurniawan 2012년 2월 20일
Just type
close untitled1
rimi
rimi 2012년 2월 20일
ohh yes i got the answer
just write close(first gui) in the callback!!

댓글을 달려면 로그인하십시오.

추가 답변 (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