Production Server Compiler
Package MATLAB programs for deployment to MATLAB Production Server
Description
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™.
Open the Production Server Compiler App
MATLAB Toolstrip: On the Apps tab, under Application Deployment, click the app icon.
MATLAB command prompt: Enter
productionServerCompiler
.
Examples
Parameters
type
— type of archive generated
Deployable Archive | Deployable Archive with Excel Integration
Type of archive to generate as a character array.
exported functions
— functions to package
list of character arrays
Functions to package as a list of character arrays.
archive information
— name of the archive
character array
Name of the archive as a character array.
files required for your archive to run
— files that must be included with archive
list of files
Files that must be included with archive as a list of files.
files packaged with the archive
— optional files installed with archive
list of files
Optional files installed with archive as a list of files.
Additional parameters passed to MCC
— flags controlling the behavior of the compiler
character array
Flags controlling the behavior of the compiler as a character array.
testing files
— folder where files for testing are stored
character array
Folder where files for testing are stored as a character array.
end user files
— folder where files for building a custom installer are stored
character array
Folder where files for building a custom installer are stored are stored as a character array.
packaged installers
— folder where generated installers are stored
character array
Folder where generated installers are stored as a character array.
Programmatic Use
Version History
Introduced in R2013b