필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I compile a Matlab program with 5 GUIs?

조회 수: 1 (최근 30일)
mohammed
mohammed 2015년 5월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I wrote a program consisting of 5 GUIs along with their .m codes. I used the compiler in the apps in a Matlab R2014a. However, it only lets me enter one matlab file as the main file, so I did that and added the rest of the .m codes and GUIs to the required files section. The problem is that only the first GUI will start, and would not call the other GUIs. Can anyone help please? my MCR version is (8) and I used mcrversion to obtain that.
Thanks Ali

답변 (1개)

Walter Roberson
Walter Roberson 2015년 5월 4일
Depending exactly how the other GUIs are invoked, you might need to use the
%#function
pragma in the code in order to tell the compiler that the other routines will be called. See http://www.mathworks.com/help/compiler/function.html

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by