Standalone Application Compiler - Package MATLAB programs for deployment as standalone applications - MATLAB (original) (raw)
Main Content
Package MATLAB programs for deployment as standalone applications
Since R2025a
Description
The Standalone Application Compiler packages MATLABĀ® programs into applications that can run outside of MATLAB. The interactive menus and dialog boxes used in the compiler apps buildcompiler.build
commands that are customized to your specification.
Compiler app advantages include:
- You can perform deployment tasks with a single intuitive interface.
- You can organize your files in a MATLAB project.
- Your project state persists between sessions.
- You can load previously stored compiler tasks from a prepopulated menu.
- You can package applications with an installer for distribution.
Open the Standalone Application Compiler App
- MATLAB toolstrip: On the Apps tab, under Application Deployment, click the app icon.
- MATLAB command prompt: Enter
standaloneApplicationCompiler
.
Version History
Introduced in R2025a
In R2024b and earlier releases, you can generate standalone applications using the Application Compiler. Starting in R2025a, use the Standalone Application Compiler to create standalone applications.
In R2024b and earlier releases, the compiler apps generate output files in the foldersfor redistribution
, for redistribution_files_only
, and for testing
. Starting in R2025a, the compiler apps generate output files in a folder named after the compiler task.