Main Content

webAppCompiler

Package App Designer apps for web deployment

Description

example

webAppCompiler opens the Web App Compiler for the creation of a new project. For more information on the app, see Web App Compiler.

example

webAppCompiler project_name opens the Web App Compiler with the project preloaded. If the project does not exist, an error will be generated, and the program will exit.

Examples

collapse all

Open the Web App Compiler to create a new project.

webAppCompiler

Open an existing web app project.

webAppCompiler myWebApp

Input Arguments

collapse all

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

Version History

Introduced in R2018a

expand all