Code Generation Guide: Generate Deployable C/C++ Code
MATLAB® Coder™ enables you to generate C/C++ code for your MATLAB code. You can:
Generate standalone C/C++ code to use in your projects as source code, static libraries, or dynamic libraries.
Generate MEX code to accelerate computation-intensive operations.
Follow the tasks in this guide to learn about standalone code generation and its deployment.
Prepare your MATLAB code for code generation.
Generate C/C++ code from your MATLAB code.
Test the generated C/C++ code.
Deploy the generated code to your existing projects.
To identify the tasks required to complete your code generation process, use this workflow diagram.
Quick Start Workflow
To start the tutorial, see Prepare MATLAB Code for Code Generation.