Main Content

Programming Considerations for Code Generation

MATLAB®programming considerations for code generation; behavior of generated code

Topics

When to Generate Code from MATLAB Algorithms

Decide whether to generate code for your application.

先决条件for C/C++ Code Generation from MATLAB

Code generation from MATLAB code requires theMATLAB Coder™product and a C/C++ compiler.

MATLAB Code Design Considerations for Code Generation

When writing MATLAB for code generation, consider design constraints.

Differences Between Generated Code and MATLAB Code

Generated C/C++ code can behave differently than original MATLAB source code.

Potential Differences Reporting

The code generator identifies potential behavior differences between the generated code and the original MATLAB code.

Potential Differences Messages

Review potential difference messages.

MATLAB Language Features Supported for C/C++ Code Generation

Use the MATLAB language features and functions that code generation supports.