필터 지우기
필터 지우기

Info

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

Problem converting program including GUI into an exe

조회 수: 1 (최근 30일)
Simon
Simon 2014년 3월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all I have a program set up with numerous functions etc, all called from a gui. I am attempting to convert said gui into an exe. im using the standard matlab deployment tool, and I have added the gui.m as the main file, and the gui.fig as a helper file.
However when I compile it, no gui opens when the program is run. I know that program is running, because I can see it in the processes section in task manager, but no gui.
Could it possibly be to do with using the computer vision system toolbox, and if so, how do i get around this? As far as I know it allows itself to be compiled. If not, what else could be causing it?

답변 (1개)

Vignesh Rangaishenvi
Vignesh Rangaishenvi 2014년 6월 17일
It looks like the main gui.m file has some dependencies on other functions which could be the root cause of the issue. Try including the functions as helper files and execute the compiled application.
  댓글 수: 2
Simon
Simon 2014년 6월 17일
Nah. Turned out it was working, but having the computer vision Software included seems to make the GUI take forever to open (like 10 mintes) when the .exe is clicked on
Simon
Simon 2014년 6월 17일
Also dependencies are included automatically

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

Community Treasure Hunt

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

Start Hunting!

Translated by