Create a Standalone Desktop Application
Creating a standalone desktop application lets you share an app with users who do not
have MATLAB on their systems. However, you must have MATLAB Compiler installed on
your system to create the standalone application. Your users must have MATLAB Runtime
on their systems to run the app.
Once you have MATLAB Compiler on your system, you can open the Application Compiler
from within App Designer by clicking Share in the Designer tab and selecting
Standalone Desktop App.
If you used GUIDE or created your app programmatically, you can open the Application
Compiler from the MATLAB Toolstrip, on the Apps tab, by clicking the Application
Compiler icon.
See “Create Standalone Application from MATLAB” (MATLAB Compiler) for instructions
on using the Application Compiler.
See Also
Related Examples
- “Apps Overview” on page 20-2
- “Ways to Build Apps” on page 1-2
20 Packaging GUIs as Apps