Open new form in Matlab GUIDE application

조회 수: 9 (최근 30일)
Konstantin
Konstantin 2012년 5월 30일
Hello. I've made with Matlab GUIDE two single-form applications Now I need to combine it in one. I want to make the third select-form, with two buttons - Run app1 - Run app2
I've found information, how to make dialog-form, but I can't understand, how to open new form.
Thank you

채택된 답변

Walter Roberson
Walter Roberson 2012년 5월 30일
If the first app is app1.m and app1.fig, and the second app is app2.m and app2.fig, then in your new app, use the code
app1()
to run app1, and
app2()
to run app2.
  댓글 수: 1
Konstantin
Konstantin 2012년 5월 30일
Hmm... It was easer, then I thought :-) Thank you

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by