Create an installer for files generated by MATLAB Compiler
compiler.package.installer(
creates an
installer using the results
)compiler.build.Results
object results
generated from a
compiler.build
function.
compiler.package.installer(
creates an installer using the results
,Name,Value
)compiler.build.Results
object
results
with additional options specified using one or more
name-value arguments.
compiler.package.installer(
creates an installer for files generated by the files
,filePath
,'ApplicationName',appName
,Name,Value
)mcc
command. The
installed application's name is specified by appName
. The installer can
be customized using optional name-value arguments.