Автор: The MathWorks
Издательство: The MathWorks, Inc.
Год: 2022
Страниц: 850
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB
MATLAB Coder Reference.
The MATLAB Coder app generates C or C++ code from MATLAB code. You can generate:
• C or C++ source code, static libraries, dynamically linked libraries, and executables that you can integrate into existing C or C++ applications outside of MATLAB.
• MEX functions for accelerated versions of your MATLAB functions.
The workflow-based user interface steps you through the code generation process. Using the app, you can:
• Create a project or open an existing project. The project specifies the input files, entry-point function input types, and build configuration.
• Review code generation readiness issues, including unsupported functions.
• Check your MATLAB function for run-time issues.
• Fix issues in your MATLAB code using the integrated editor.
• Convert floating-point MATLAB code to fixed-point C code (requires a Fixed-Point Designer license).
• Convert double-precision MATLAB code to single-precision C code (requires a Fixed-Point Designer license).
• Trace from MATLAB code to generated C or C++ source code through comments.
• See static code metrics (requires an Embedded Coder license).
• Verify the numerical behavior of generated code using software-in-the-loop and processor-in-the-loop execution (requires an Embedded Coder license).
• Export project settings in the form of a MATLAB script.
• Access generated files.
• Package generated files as a single zip file for deployment outside of MATLAB.
Скачать MATLAB Coder Reference 2022