MATLAB: What are the Simulink Coder limitations

simulink codersupport

I can't find any documentation on the limitations of Simulink Coder. For example, what blocks of what toolboxes are supported?
But nothing on Simulink Coder. Can every Simulink block of every toolbox be translated to code?

Best Answer

I know that the "Block Data Type Support Table" has a column for "Code Generation Support" which indicates when there are exceptions for code-generation.
For base Simulink, this table can be viewed by executing the command:
>> showblockdatatypetable
  • For Communications System Toolbox: showcommblockdatatypetable
  • For DSP System Toolbox: showsignalblockdatatypetable
  • For Computer Vision System Toolbox: showvipblockdatatypetable
I'm not sure if this information is documented for other libraries.