필터 지우기
필터 지우기

Is there a method to merge two programmatic guis to form one m file for both?

조회 수: 2 (최근 30일)
Is there any method to merge two programmatic guis to make one .m file and one of them will be the main gui where the other will be the sub gui
when executing the m file will show the main gui then after pressing a button will call for the second
  댓글 수: 1
Zine
Zine 2014년 4월 4일
The two guis are in different m files and working fine separately and I want to put them in only one file

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

채택된 답변

Zine
Zine 2014년 4월 4일
I tried a way and till now it is working, by copying the code of the sub gui to the m file of the main gui but outside of its limit (ie after the end of the first code) and remove any statement that initialize the data or handles from the second code, to call the second gui just write the name of its function in callback

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by