Creation of C file S-function using S function builder
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
TAB
am 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.
2 Kommentare
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!