Main Content

matlab.apputil.package

Package app files into an MLAPPINSTALL file

Description

matlab.apputil.package(prjfile) creates an MLAPPINSTALL file based on the information in the specified PRJ file. The PRJ file must be an app project file created in R2024b or earlier, for example by using matlab.apputil.create.

example

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"

More About

collapse all

Version History

Introduced in R2012b