Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Is it possible to call a simulink function from inside a S-function?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
in a project, I have a simulink function (with global acess) and a S-function generated from C-Code. Is is possible to call the simulink function from inside the S-Function? Can you tell me, how to do it?
0 件のコメント
回答 (1 件)
Jemima Pulipati
2020 年 7 月 7 日
Hello,
Yes, Simulink Function can be called from S-Function with the help of system methods like ssDeclareFunctionCaller and ssCallSimulinkFunction.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!