Package MATLAB programs for deployment to MATLAB Production Server
The Production Server Compiler app tests the integration of client code with MATLAB® functions. It also packages MATLAB functions into archives for deployment to MATLAB Production Server™.
MATLAB Toolstrip: On the Apps tab, under Application Deployment, click the app icon.
MATLAB command prompt: Enter
productionServerCompiler
.
type
— type of archive generatedType of archive to generate as a character array.
exported functions
— functions to packageFunctions to package as a list of character arrays.
archive information
— name of the archiveName of the archive as a character array.
files required for your archive to run
— files that must be included with archiveFiles that must be included with archive as a list of files.
files packaged with the archive
— optional files installed with archiveOptional files installed with archive as a list of files.
Additional parameters passed to MCC
— flags controlling the behavior of the compilerFlags controlling the behavior of the compiler as a character array.
testing files
— folder where files for testing are storedFolder where files for testing are stored as a character array.
end user files
— folder where files for building a custom installer are storedFolder where files for building a custom installer are stored are stored as a character array.
packaged installers
— folder where generated installers are storedFolder where generated installers are stored as a character array.