Create an archive for deployment to MATLAB Production Server
compiler.build.productionServerArchive(
creates a deployable archive using the MATLAB® functions specified by FunctionFiles
)FunctionFiles
.
compiler.build.productionServerArchive(
creates a deployable archive with additional options specified as one or more name-value
pairs. Options include the archive name, JSON function signatures, and output
directory.FunctionFiles
,Name,Value
)
compiler.build.productionServerArchive(
creates a deployable archive with options specified by a
opts
)compiler.build.ProductionServerArchiveOptions
object
opts
. You cannot specify any other options using name-value
pairs.
productionServerCompiler
(MATLAB Production Server)