Where i can find complete list of simulink blocks supported for code generation?

8 views (last 30 days)
Where i can find complete list of simulink blocks supported for code generation? The list in link below is incomplete as it lists only basic Simulink blocks.
https://www.mathworks.com/matlabcentral/answers/101601-how-can-i-find-out-which-simulink-blocks-are-not-supported-for-code-generation-and-what-data-types-t
Going to Simulink -> Help -> Block Data Types & Code Generation Support -> All Tables also does not answer my question as that table only covers 4 toolboxes (Audio System, Communication, Computer Vision, DSP) and I know for sure that there are other blocks in other toolboxes from which code can be generated and they are not on that list.
Example, Online PID Tuner/Control System Toolbox, Fuzzy Logic Controller/Fuzzy Logic Toolbox

Answers (1)

aditi bagora
aditi bagora on 7 Jan 2025 at 11:20
I understand you are looking to find Simulink blocks that support code generation. You can filter these in the documentation by following the steps below:
  1. Navigate to the product list and then required toolbox (e.g., Fuzzy Logic Toolbox).
  2. Select "Blocks" from the menu.
  3. Choose "Extended Capabilities" and then "PLC Code Generation."
This will filter the list to show only those blocks in the toolbox that are compatible with code generation.
For example, you can refer to this link: Fuzzy Logic Toolbox Blocks.
For more detailed information, please refer to the following MATLAB Answer:
Hope this helps!

Categories

Find more on Simulink Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!