Create a deployable archive options object
creates a opts
= compiler.build.ProductionServerArchiveOptions(functionfiles
)ProductionServerArchiveOptions
object using the MATLAB® functions specified by functionfiles
. The
ProductionServerArchiveOptions
object is passed as an input to the
compiler.build.productionServerArchive
(MATLAB Production Server) function.
creates a opts
= compiler.build.ProductionServerArchiveOptions(functionfiles
,Name,Value
)ProductionServerArchiveOptions
object using
functionfiles
. The archive can be customized using optional
name-value pairs.