deploytool

Compile and package functions for external deployment

Syntax

  • deploytool
  • deploytool project_name
  • deploytool -build project_name
  • deploytool -package project_name

Description

deploytool opens a list of the compiler apps.

deploytool project_name opens the appropriate compiler app with the project preloaded.

deploytool -build project_name runs the appropriate compiler app to build the specified project. The installer is not generated.

deploytool -package project_name runs the appropriate compiler app to build and package the specified project. The installer is generated.

Examples

collapse all

Create a New Compiler Project

Open the compiler to create a new project.

deploytool

Package an Application using an Existing Project

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

deploytool -package my_magic

Input Arguments

collapse all

project_name — name of the project to be compiledstring

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

Introduced in R2013b

Was this topic helpful?