Creation of C file S-function using S function builder
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
TAB
on 25 Sep 2012
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.
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!