How do I debug S-functions generated using the legacy code tool in Simulink 6.5 (R2006b)?
Show older comments
I need to debug my S-function which I created using the following command:
legacy_code('sfcn_cmex_generate', def);
legacy_code('compile',def);
where, def contains the legacy code tool data structure.
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!