Why MATLAB fn block and S function block are not supported for RTW code generation?
显示 更早的评论
Why MATLAB fn block and S-function block are not supported for RTW code generation?
回答(1 个)
Kaustubha Govind
2013-9-30
0 个投票
The Interpreted MATLAB Function block is not supported for code-generation, but the (Embedded) MATLAB Function block does generate code as long as you are only writing MATLAB language features supported for code generation. You can also generate code from MATLAB S-functions by providing a TLC file that includes the C implementation for the block (see Inlining S-Functions for more information).
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Coder 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!