libraryCompiler

Build and package functions for use in external applications

Syntax

libraryCompiler
libraryCompiler project_name
libraryCompiler -build project_name
libraryCompiler -package project_name

Description

example

libraryCompiler opens the Library Compiler app for the creation of a new compiler project

libraryCompiler project_name opens the Library Compiler app with the project preloaded.

libraryCompiler -build project_name runs the Library Compiler app to build the specified project. The installer is not generated.

example

libraryCompiler -package project_name runs the Library Compiler app to build and package the specified project. The installer is generated.

Examples

collapse all

Open the Library Compiler app to create a new project.

libraryCompiler

Open the Library Compiler app using an existing project.

libraryCompiler -package my_magic

Input Arguments

collapse all

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

Introduced in R2013b

Was this topic helpful?