How to rename the S-function when automatically converting the simulink model to an S-function?
3 次查看(过去 30 天)
显示 更早的评论
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



0 个评论
采纳的回答
Fangjun Jiang
2022-12-7
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!