Options for building deployable archives
creates a opts
= compiler.build.ProductionServerArchiveOptions(FunctionFiles
)ProductionServerArchiveOptions
object using the MATLAB® functions specified by FunctionFiles
. Use the
ProductionServerArchiveOptions
object as an input to the compiler.build.productionServerArchive
(MATLAB Production Server) function.
creates a opts
= compiler.build.ProductionServerArchiveOptions(FunctionFiles
,Name,Value
)ProductionServerArchiveOptions
object with options specified
using one or more name-value arguments. Options include the archive name, output directory,
and additional files to include.