Contenido principal

Code Generation Fundamentals

R2026b
Main steps of code generation workflow

Learn the fundamental steps for converting MATLAB® code to C and C++ code. These steps include preparing your MATLAB code for code generation, specifying input types, specifying code generation configuration settings, generating code, and exploring the generated code.

To generate C/C++ source code, static libraries, dynamic libraries, or executables from MATLAB code, follow the Overview of Code Generation Using MATLAB Coder. To move through the fundamental steps of the code generation workflow, click on the boxes in the image below.

Categories