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!