Convert GUI to executable file
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (3)
Fangjun Jiang
il 27 Ago 2011
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 Commenti
Walter Roberson
il 11 Giu 2022
https://www.howtogeek.com/362166/what-is-a-dmg-file-and-how-do-i-use-one/
Mohamed
il 28 Ago 2011
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 Commenti
Fangjun Jiang
il 28 Ago 2011
The link is on TMW website. You have to pay though. I don't know if you can find a free version.
Walter Roberson
il 29 Ago 2011
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
il 28 Ago 2011
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 Commenti
Fangjun Jiang
il 28 Ago 2011
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!
Vedere anche
Categorie
Scopri di più su C Shared Library Integration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!