Creation of C file S-function using S function builder
2 次查看(过去 30 天)
显示 更早的评论
Hello Matlab Community, I developed one algorithm in C.Now I want to create S function for those C files to use that code in simulink. How can I do this by using S function builder block .Please can anyone help me in doing this. Regards Sai
0 个评论
回答(1 个)
TAB
2012-9-25
Legacy Code Tool is used to integrate existing C functions/routines into simulink.
It generates a c-mex s-function and inlinig TLC file which calls your existing C code.
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!