Application Compiler

Package MATLAB programs for deployment as standalone applications

Description

The Application Compiler app packages MATLAB® programs into applications that can run outside of MATLAB.

Open the Application Compiler App

  • MATLAB Toolstrip: On the Apps tab, under Application Deployment, click the app icon.

  • MATLAB command prompt: Enter applicationCompiler.

Parameters

expand all

Name of the function to package as a character vector. The selected function is the entry point for the compiled application.

Method for installing the MATLAB Runtime as a radio button. Including MATLAB Runtime in the package significantly increases the size of the package.

Files that must be included with application as a list of files.

Optional files installed with application as a list of files.

Settings

Flags controlling the behavior of the compiler as a character vector.

Folder where files for testing are stored as a character vector.

Folder where files for building a custom installer are stored are stored as a character vector.

Folder where generated installers are stored as a character vector.

Application Information

Name of the installed application as a character vector.

For example, if the name is foo, the installed executable would be foo.exe, the start menu entry would be foo. The folder created for the application would be InstallRoot/foo.

The default value is the name of the first function listed in the Main File(s) field of the app.

Version of the generated application as a character vector.

Image displayed on installer as an image.

Name of the application author as a character vector.

E-mail address used to contact application support as a character vector.

Brief description of application as a character vector.

Detailed description of application as a character vector.

Additional Installer Options

Folder where the application is installed as a character vector.

Notes about additional requirements for using application as a character vector.

Programmatic Use

See Also

Introduced in R2013b

Was this topic helpful?