Convert GUI to executable file

조회 수: 2 (최근 30일)
ANUBHAV SINHA
ANUBHAV SINHA 2011년 8월 27일
댓글: Walter Roberson 2022년 6월 11일
Hello, I have constructed many MATLAB GUIs in which user inputs some data and the program(some GUIs also use Simulink while most of them are on editor) calculates output and displays it after the 'submit' button is hit. However, I wish to convert it to an '.exe' file(or such equivalent)which makes the GUI 'install' on any computer, thus enabling the user throughout the world to use it without the need to install MATLAB. May someone please suggest some technique/tool on MATLAB to do so. Anubhav Sinha

답변 (3개)

Fangjun Jiang
Fangjun Jiang 2011년 8월 27일
If you have the MATLAB Compiler toolbox, you can deploy your GUI application to an .exe file. Simulink related programs may not be supported. Type 'ver' in MATLAB Command Window to find out if you have the toolbox. Earlier version of MATLAB may not have it all. Check the link below to find out more.
  댓글 수: 3
Kaye Charity Ignacio
Kaye Charity Ignacio 2022년 6월 11일
How do I deploy my application to .dmg file?
Walter Roberson
Walter Roberson 2022년 6월 11일
https://www.howtogeek.com/362166/what-is-a-dmg-file-and-how-do-i-use-one/

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


Mohamed
Mohamed 2011년 8월 28일
i dont have a free version of matlab compiler and i cant find a direct link to download it so is there anyway to download it :) ?
  댓글 수: 2
Fangjun Jiang
Fangjun Jiang 2011년 8월 28일
The link is on TMW website. You have to pay though. I don't know if you can find a free version.
Walter Roberson
Walter Roberson 2011년 8월 29일
There is no (legal) free version of the MATLAB compiler.
Note for future reference: the MATLAB compiler cannot be purchased for use with the Student Version of MATLAB

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


Mohamed
Mohamed 2011년 8월 28일
thnx very much .., but i cant do the conversion by using Visual C++ 2008 ?? i tried to do this but i got an error message
Could not find the compiler "cl" on the DOS path. Use mbuild -setup to configure your environment properly. C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: Unable to locate compiler. Error: An error occurred while shelling out to mbuild (error code = 2). Unable to build executable.
thank u again :)
  댓글 수: 2
Fangjun Jiang
Fangjun Jiang 2011년 8월 28일
Do you have the MATLAB Compiler toolbox. Type 'ver' can easily find it out. If you do, mbuilt() is to help solve some common problem. The error message you had asks you to run 'mbuild -setup' to go through a step by step set up. Good luck!
Mohamed
Mohamed 2011년 8월 28일
thnx for ur help :)

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

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by