Fondamentaux du design d'algorithmes
Considérations relatives au design d'algorithmes pour la génération de code compilé
Rubriques
- 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.
- Fonctionnalités du langage MATLAB supportées pour la génération de code C/C++
Utiliser les fonctionnalités du langage MATLAB supportées pour la génération de code.