Convert GUI to executable file
Mostrar comentarios más antiguos
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
Respuestas (3)
Fangjun Jiang
el 27 de Ag. de 2011
0 votos
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 comentarios
Rik
el 14 de Mzo. de 2016
The users will need to install the runtime (MRC), which is free.
If you are looking to convert it to exe without the need for the MRC, you're stuck. I'm looking for a way to do that (create a GUI in Matlab and convert to C to speed up execution), but that seems impossible.
Kaye Charity Ignacio
el 11 de Jun. de 2022
How do I deploy my application to .dmg file?
Walter Roberson
el 11 de Jun. de 2022
https://www.howtogeek.com/362166/what-is-a-dmg-file-and-how-do-i-use-one/
Mohamed
el 28 de Ag. de 2011
0 votos
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 comentarios
Fangjun Jiang
el 28 de Ag. de 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
el 29 de Ag. de 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
el 28 de Ag. de 2011
0 votos
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 comentarios
Fangjun Jiang
el 28 de Ag. de 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!
Mohamed
el 28 de Ag. de 2011
thnx for ur help :)
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!