how can i call the seconde figure with a push buton in figure one

조회 수: 2 (최근 30일)
ali hadjer
ali hadjer 2015년 11월 3일
댓글: Jan 2015년 11월 3일
hello i have two figure(gui),how can i call the seconde figure with a push buton in figure one
  댓글 수: 1
Jan
Jan 2015년 11월 3일
It is not clear, what "call a figure" means. Please note, that your question is considered to be answered successfully after you've accepted an answer.

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

채택된 답변

Adam
Adam 2015년 11월 3일
Just call it in the pushbutton callback exactly as you would if you did it from command line, by the name of the GUI
  댓글 수: 2
Adam
Adam 2015년 11월 3일
There isn't generic code for it, it will be in the callback of whatever your pushbutton is called and call whatever your second GUI is called in a one-line function unless you have arguments to pass in which I wouldn't recommend doing if you are still not used to how to launch a GUI.

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

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