MATLAB Compiler | ![]() ![]() |
This chapter provides reference information for the MATLAB Compiler pragmas, functions, and command line tools.
Pragmas |
|
%#external |
Call arbitrary C/C++ functions. |
%#function |
feval pragma. |
%#mex |
Prefer the MEX-file over an existing M-file. |
Functions |
|
|
Impute char matrix. |
|
Impute character scalar. |
|
Impute char vector. |
|
Impute integer. |
|
Impute integer scalar. |
|
Impute integer vector. |
|
Impute real. |
|
Impute real scalar. |
|
Impute real vector. |
|
Impute scalar. |
|
Impute vector. |
|
Natural log. |
|
Array power function. |
|
Square root. |
Command Line Tools | |
|
Customize building and linking. |
|
Invoke MATLAB Compiler. |
MATLAB Compiler Options Flags |
Introduces Compiler options. |
Macro Options |
Simplify basic compilation tasks. |
Code Generation Options |
Control Compiler output. |
Optimization Options |
Improves the performance of the generated C/C++ code. |
Compiler and Environment Options |
Control Compiler behavior. |
mbuild/mex Options |
Control mbuild and mex . |
![]() | Reference | Pragmas | ![]() |