Clear Filters
Clear Filters

Code Gen with Embedded coder

1 view (last 30 days)
Hello, I have a model containing reference models and S-function. I don't want to generate code for the S-function in my main model but want to generate interface for it. Is there a way to suppress the code gen of a particular block inside a model.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 13 Jul 2011
You could simply write a TLC script for the S-function (see Inlining S-Functions) and do nothing inside the Outputs function.
  1 Comment
Gyanaranjan Pattanaik
Gyanaranjan Pattanaik on 17 Jul 2011
Thanks, I was able to do it. Is it also possible to suppress the code gen from a subsystem too.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!