| libraryCompiler |
Build and package functions for use in external applications |
| productionServerCompiler |
Test, build and package functions for use with MATLAB Production Server |
| mcc |
Compile MATLAB functions for deployment |
| mbuild |
Compile and link source files against MATLAB generated
shared libraries |
| deploytool |
Compile and package functions for external deployment |
| componentinfo |
Query system registry about COM component created with MATLAB Compiler SDK |
| isdeployed |
Determine whether code is running in deployed or MATLAB mode |
| ismcc |
Test if code is running during compilation process (using mcc) |
| ctfroot |
Location of files related to deployed application |
| figToImStream |
Stream figure as byte array encoded in specified format |
| webfigure |
Export a figure to a deployed application |
| getmcruserdata |
Retrieve MATLAB array value associated with given
string key |
| setmcruserdata |
Associate MATLAB data value with string key |
| %#function |
Pragma to help MATLAB Compiler SDK locate functions
called through feval, eval,
or graphics callback |