Main Content

applicationCompiler

Build and package functions into standalone applications

Description

example

applicationCompiler opens the MATLAB® standalone compiler for the creation of a new compiler project. For more information on the Application Compiler app, see Application Compiler.

applicationCompiler project_name opens the MATLAB standalone compiler app with the project preloaded.

Examples

collapse all

Open the application compiler to create a new project.

applicationCompiler

Input Arguments

collapse all

Specify the name of a previously saved MATLAB Compiler™ project. The project must be on the current path.

Version History

Introduced in R2013b

expand all