How to rename the S-function when automatically converting the simulink model to an S-function?

I plan to generate S-functions from two different models and run them in one window, but the converter always names S-functions with the same name. Where can I customize the generated S-function name?Thank you

 Accepted Answer

Not sure what happened to you, but I tried in R2022b. The default name for the generated S-function name is "SubSystemBlockName_sf". The special characters (e.g. carriage return) in the SubSystemBlockName were cut off. So give your source block a different name and remove special characters, then generate the S-function again.
If you generate the S-function from a model, name the model differently.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Release

R2016a

Tags

Community Treasure Hunt

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

Start Hunting!