libraryCompiler

Build and package functions for use in external applications

Syntax

  • libraryCompiler
  • libraryCompiler project_name
  • libraryCompiler -build project_name
  • libraryCompiler -package project_name

Description

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.

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

Examples

collapse all

Create a New Project

Open the Library Compiler app to create a new project.

libraryCompiler

Package a Function using an Existing Project

Open the Library Compiler app using an existing project.

libraryCompiler -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?