Create an archive for deployment to MATLAB Web App Server
compiler.build.webAppArchive(
creates
a web app archive using a MATLAB® app specified by AppFile
)AppFile
.
compiler.build.webAppArchive(
creates a web app archive with options specified as one or more name-value pairs. Options
include the archive name, additional files to include, and the output directory.AppFile
,Name,Value
)
compiler.build.webAppArchive(
creates a
web app archive with options specified by a
opts
)compiler.build.WebAppArchiveOptions
object opts
. You
cannot specify any other options using name-value pairs.