Package app files into .mlappinstall file
.mlappinstall
matlab.apputil.package(prjfile)
example
matlab.apputil.package(prjfile) creates a .mlappinstall file based on the information in the specified prjfile.
prjfile
collapse all
Assume you previously created myprjfile.prj using matlab.apputil.create. The following command creates the corresponding .mlappinstall file.
myprjfile.prj
matlab.apputil.create
matlab.apputil.package('myprjfile.prj')
.prj
Full or partial path to app project (.prj) file, specified as a character vector.
Example: 'plotdata.prj'
'plotdata.prj'
To create a .prj file, use matlab.apputil.create.
matlab.apputil.create | matlab.apputil.install | matlab.apputil.run
matlab.apputil.install
matlab.apputil.run