matlab.apputil.package

Package app files into .mlappinstall file

Syntax

  • matlab.apputil.package(prjfile)
    example

Description

example

matlab.apputil.package(prjfile) creates a .mlappinstall file based on the information in the specified prjfile.

Examples

collapse all

Assume you previously created myprjfile.prj using matlab.apputil.create. The following command creates the corresponding .mlappinstall file.

matlab.apputil.package('myprjfile.prj')

Input Arguments

collapse all

Full or partial path to app project (.prj) file, specified as a character vector.

Example: 'plotdata.prj'

More About

collapse all

Tips

Introduced in R2012b

Was this topic helpful?