MATLAB Compiler SDK Functions

Alphabetical List By Category

Compile MATLAB Functions

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

C/C++ Shared Library Integration

mbuild Compile and link source files against MATLAB generated shared libraries

.NET Assembly Integration

.NET Assembly Basics

enableTSUtilsfromNetworkDrive Sets the trust setting to load .NET assemblies from network drive

Native .NET Data Types

ntswrap Generates type-safe API

WebFigures

webfigure Export a figure to a deployed application
figToImStream Stream figure as byte array encoded in specified format

Java Package Integration

Figures and Images

webfigure Export a figure to a deployed application
figToImStream Stream figure as byte array encoded in specified format

Python Package Integration

mwpython Start a Python session using a MATLAB Compiler SDK Python package on Mac OS X

Enterprise Deployment with MATLAB Production Server

Python Client Programming

matlab.production_server.client.MWHttpClient Python object encapsulating a connection to a MATLAB Production Server instance

Testing

productionServerCompiler Test, build and package functions for use with MATLAB Production Server

Package and Distribute Applications

mcrinstaller Display version and location information for MATLAB Runtime installer corresponding to current platform
mcrversion Determine version of installed MATLAB Runtime
Was this topic helpful?