How can I see a list of blocks supported for code generation?

조회 수: 6 (최근 30일)

How can I see a list of blocks supported for code generation?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 7월 25일
In general, you can check code generation readiness for any Simulink block by referring to the "Extended Capabilities" section in the respective block documentation.

Option 1: HTML list for base Simulink blocks

For base Simulink blocks, there is an HTML page that lists data types and C/C++ code generation support. It can be accessed by running the following MATLAB command:
>> showblockdatatypetable
For more information regarding this command, see: https://www.mathworks.com/help/simulink/slref/showblockdatatypetable.html

Option 2: Use filtered view in our documentation

In order to get lists for blocks from any toolbox and any code generation workflow (C/C++, HDL, GPU, PLC), you can also use the filtering feature in our documentation:
1. Go to the MathWorks Documentation Archive and select your current release.
2. Select a Workflow, Application area, or a specific product from the Product List:
3. If the workflow, application, or toolbox comes with Simulink blocks, you will see a "Blocks" tab at the top. Select it:
4. In the left-side panel, under the "Extended Capabilities" sections, select the Code Generation workflow you are interested in:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by