Main Content

MATLAB Performance Improvements

Vector-Based Processing

Use large vectors of data to minimize the function call overhead.

MATLAB Code Generation

You can accelerate your MATLAB® algorithms by generating a MEX function using the codegen (MATLAB Coder) function. For more information, see C/C++ Code Generation.

See Also

Topics