- For Communications System Toolbox: showcommblockdatatypetable
- For DSP System Toolbox: showsignalblockdatatypetable
- For Computer Vision System Toolbox: showvipblockdatatypetable
What are the Simulink Coder limitations?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Kaustubha Govind
2013-5-8
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!