- For Communications System Toolbox: showcommblockdatatypetable
- For DSP System Toolbox: showsignalblockdatatypetable
- For Computer Vision System Toolbox: showvipblockdatatypetable
What are the Simulink Coder limitations?
7 views (last 30 days)
Show older comments
I can't find any documentation on the limitations of Simulink Coder. For example, what blocks of what toolboxes are supported?
I can find this information for MATLAB Coder here: http://www.mathworks.com/help/coder/ug/functions-supported-for-code-generation--categorical-list.html
And similar information for HDL Coder here: http://www.mathworks.com/help/hdlcoder/ug/summary-of-block-implementations.html
But nothing on Simulink Coder. Can every Simulink block of every toolbox be translated to code?
0 Comments
Accepted Answer
Kaustubha Govind
on 8 May 2013
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
I'm not sure if this information is documented for other libraries.
More Answers (0)
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!