Main Content
Algorithm Design Basics
Algorithm design considerations for generating compiled
code
Topics
- Code Acceleration and Code Generation from MATLAB
General information about MATLAB® code acceleration.
- Workflow for Fixed-Point Code Acceleration and Generation
Describes the steps required for preparing MATLAB code and converting it to a MEX function.
- When to Generate Code from MATLAB Algorithms
Decide whether to generate code for your application.
- Requirements for Generating Compiled C Code Files
Requirements for using
fiaccel
to generate MEX code from a MATLAB algorithm. - 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.