Is there a way to launch a GUI without opening Matlab?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am wondering if there is a way to run a GUI from any desktop.
0 Commenti
Risposte (1)
Walter Roberson
il 17 Lug 2018
Modificato: Walter Roberson
il 17 Lug 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 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing 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!