- https://www.mathworks.com/help/releases/R2023a/simulink/slref/simulink.sfunctionbuilder.add.html
- https://www.mathworks.com/help/releases/R2023a/simulink/slref/simulink.sfunctionbuilder.build.html
How can I interface with the S-function builder from the command line?
4 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2025 年 12 月 18 日 0:00
編集済み: MathWorks Support Team
2025 年 12 月 18 日 4:41
I am using Simulink R2023a. I have an S-function builder block in my model. Is there a command-line API to be able to build the S-function without opening the S-function builder GUI?
採用された回答
MathWorks Support Team
約5時間 前
編集済み: MathWorks Support Team
5分 前
Starting in MATLAB R2022a, you can use functions like "Simulink.SFunctionBuilder.add()", "Simulink.SFunctionBuilder.build()" to interact with the S-Function Builder in Simulink. The documentation for these two functions is linked below:
To find more functions to interact with the S-Function Builder GUI in Simulink, please read the MATLAB documentation page "Implement C/C++ Code Using S-Function Builder":
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!