MATLAB Compiler Functions

Alphabetical List By Category
%#functionPragma to help MATLAB Compiler locate functions called through feval, eval, Handle Graphics callback, or objects loaded from MAT-files
applicationCompilerBuild and package functions into standalone applications
componentinfoQuery system registry about component created with MATLAB Compiler
deploytoolCompile and package functions for external deployment
hadoopCompilerPackage MATLAB Compiler programs for deployment against Hadoop clusters as MapReduce programs
isdeployedDetermine whether code is running in deployed or MATLAB mode
ismccTest if code is running during compilation process (using mcc)
libraryCompilerBuild and package functions for use in external applications
mapreduceProgramming technique for analyzing data sets that do not fit in memory
mapreducerDefine deployed execution for mapreduce
mapreducerDefine execution environment for mapreduce or tall arrays
matlab.compiler.mlspark.RDDInterface class to represent a Spark Resilient Distributed Dataset (RDD)
matlab.compiler.mlspark.SparkConfInterface class to configure an application with Spark parameters as key-value pairs
matlab.compiler.mlspark.SparkContextInterface class to initialize a connection to a Spark enabled cluster
matlab.mapreduce.DeployHadoopMapReducerConfigure a MapReduce application for deployment against Hadoop
matlab.mapreduce.DeploySparkMapReducerConfigure a MATLAB tall array application with Spark parameters as key-value pairs
mccCompile MATLAB functions for deployment
mcrinstallerDisplay version and location information for MATLAB Runtime installer corresponding to current platform
mcrversionDetermine version of installed MATLAB Runtime
Was this topic helpful?