Main Content

matlab.apputil.package

Package app files into a .mlappinstall file

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 or string scalar.

Example: 'plotdata.prj'

Example: "plotdata.prj"

Tips

Version History

Introduced in R2012b