package
Syntax
Description
creates a deployable archive or standalone application archivePath = package(pipeline,type,folder)archivePath from
the pipeline pipeline, generating files of the type
type and storing the files in the folder folder.
You can create an archive for deployment to MATLAB®
Production Server™, or create a standalone application to run outside of MATLAB.
To create an archive to deploy on MATLAB Production Server, you must have the MATLAB Client for MATLAB Production Server support package and MATLAB Compiler SDK™. To create a standalone application, you must have MATLAB Compiler™.
Additionally allows you to specify a name for your archive and files to package with your
pipeline using one or more name-value arguments.archivePath = package(pipeline,type,folder,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2026a
See Also
matlab.production_server.client.PipelineClient (MATLAB Production Server) | matlab.production_server.client.ProdserverClient (MATLAB Production Server)