How do I create executable for a code with multiple GUI

조회 수: 1 (최근 30일)
GK15
GK15 2017년 8월 2일
댓글: Akhilesh Thakur 2017년 8월 4일
Currently, I am working on creating an a matlab executable for a certain code. I ran into issues described below. The code has a main GUI which was created using ‘GUIDE’ function. There is one button on this first GUI which opens another GUI and loads the data. The second GUI does the actual calculations. I created an executable using ‘Application compiler’ which created exe for my first GUI. However while running the program, it doesn’t call the second GUI
Can someone help ?

답변 (1개)

Akhilesh Thakur
Akhilesh Thakur 2017년 8월 2일
Did you include all the rest of the files of your application. First do a package app and check whether rest of the files of GUI which are different .m and .fig files are included. It wont run unless you enter other GUI files also. If they are not included automatically include manually.
  댓글 수: 2
GK15
GK15 2017년 8월 2일
Yes ...I did include all the files that are necessary to run this code. It doesn't help though.
Akhilesh Thakur
Akhilesh Thakur 2017년 8월 4일
Can you describe what error does it give or it does not open only?

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by