MATLAB GUI as Standalone Executable?

57 vues (au cours des 30 derniers jours)
Cameron Jewell
Cameron Jewell le 31 Juil 2015
Commenté : Walter Roberson le 31 Juil 2015
I have written a MATLAB GUI using GUIDE and upon completion I want to make it into a file that can be run and used anywhere (including on a computer that does not have MATLAB installed). Is this possible? If so, how?

Réponses (1)

swallace17
swallace17 le 31 Juil 2015
In the Matlab command window, type
deploytool
A window will pop up giving you several options, but you want to select 'Standalone Application.' From there its pretty self-explanatory. Enter in your information as you would like it to be displayed, and make you add all the files necessary for your Application to function. Good luck!
  1 commentaire
Walter Roberson
Walter Roberson le 31 Juil 2015
Note that this requires the MATLAB Compiler product. That product is available for Academic and Commercial licenses, but not for Student or Home licenses. I suspect it is not available for MOOC licenses either.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Manage Products dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by