applicationCompiler

Build and package functions into standalone applications

Syntax

  • applicationCompiler
  • applicationCompiler project_name
  • applicationCompiler -build project_name
  • applicationCompiler -package project_name

Description

applicationCompiler opens the MATLAB® standalone compiler for the creation of a new compiler project

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

applicationCompiler -build project_name runs the MATLAB standalone compiler to build the specified project. The installer is not generated.

applicationCompiler -package project_name runs the MATLAB standalone compiler to build and package the specified project. The installer is generated.

Examples

collapse all

Create a New Standalone Application Project

Open the application compiler to create a new project.

applicationCompliler

Package a Standalone Application using an Existing Project

Open the application compiler to build a new application using an existing project.

applicationCompliler -package my_magic

Input Arguments

collapse all

project_name — name of the project to be compiledstring

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

See Also

|

Introduced in R2013b

Was this topic helpful?