Create a web app archive options object
creates a opts
= compiler.build.WebAppArchiveOptions(AppFile
)WebAppArchiveOptions
object using a MATLAB® app specified by AppFile
. The
WebAppArchiveOptions
object is passed as an input to the compiler.build.webAppArchive
function.
creates a opts
= compiler.build.WebAppArchiveOptions(AppFile
,Name,Value
)WebAppArchiveOptions
object with options specified as one or more
name-value pairs. Options include the archive name, additional files to include, and the
output directory.