Hi! I've read the other questions posted regarding the convertion. What I'd like to know is on how can O convert my GUIs into exe file so that they can still work together?
I have 5 GUIs where my main GUI can open the other 4. Is there a way to convert all of it into an exe file and still be connected to each other?
ps I'm also using mat files

 채택된 답변

Sean de Wolski
Sean de Wolski 2014년 10월 6일
편집: Sean de Wolski 2014년 10월 6일

0 개 추천

Yes. Inside of the compiler app it will do dependency analysis to find the other required files. If it misses one of your other UIs, then you can add it explicitly:

추가 답변 (1개)

Orion
Orion 2014년 10월 6일

0 개 추천

Hi,
It seems that you want to make a standalone application.
There is a dedicated toolbox for this : Matlab Compiler, with which you can create an .exe working exactly like your matlab code (.m,.fig,.mat)
of course, you need to buy it :)

댓글 수: 1

Eric
Eric 2014년 10월 6일
Can it compile multiple GUIs? meaning, they can still work together

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

카테고리

도움말 센터File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기

질문:

2014년 10월 6일

편집:

2014년 10월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by