How can I find out which Simulink blocks are not supported for code generation and what data types they support?
34 ビュー (過去 30 日間)
表示 古いコメント
MathWorks Support Team
2009 年 6 月 27 日
編集済み: MathWorks Support Team
2023 年 6 月 1 日
I would like to have a list with detailed information on code generation and data type support.
採用された回答
MathWorks Support Team
2023 年 5 月 30 日
編集済み: MathWorks Support Team
2023 年 6 月 1 日
The Simulink Block Data Type Support Table describes the data types that are supported by the blocks in the main Simulink and Fixed-Point libraries. The table also identifies blocks that are suitable for production code generation. You can view the table by typing the MATLAB command:
>> showblockdatatypetable
Alternatively, you can open an existing model or create a new model, then in the model window click on Help -> Block Support Table.
As of MATLAB R2023a, the list of Simulink blocks supported for code generation can be found on this documentation page:
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!