Is there a way to launch a GUI without opening Matlab?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am wondering if there is a way to run a GUI from any desktop.
0 commentaires
Réponses (1)
Walter Roberson
le 17 Juil 2018
Modifié(e) : Walter Roberson
le 17 Juil 2018
You can (typically) double-click on a .m file on a system that has MATLAB installed in order to have MATLAB open the file in the editor.
If what you are trying to do is run the GUI without MATLAB being installed, then to do that you need the (somewhat expensive) product MATLAB Compiler .
(Note: there are a number of things that cannot be compiled. For example, nothing in the Symbolic Toolbox can be compiled.)
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing 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!