Is there a way to launch a GUI without opening Matlab?

5 views (last 30 days)
I am wondering if there is a way to run a GUI from any desktop.

Answers (1)

Walter Roberson
Walter Roberson on 17 Jul 2018
Edited: Walter Roberson on 17 Jul 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.)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!