- For Communications System Toolbox: showcommblockdatatypetable
- For DSP System Toolbox: showsignalblockdatatypetable
- For Computer Vision System Toolbox: showvipblockdatatypetable
What are the Simulink Coder limitations?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Kaustubha Govind
il 8 Mag 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Coder in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!