Main Content

MATLAB Algorithm Acceleration

Acceleration using generated MEX functions

Accelerate computationally intensive portions of your MATLAB® code by generating a MEX function. For best results, follow best practices and use optimization strategies.

Functions

codegenGenerate C/C++ code from MATLAB code

Topics