S Function Builder - To implement existing C code

Hello,
I am working on Simulink, S-Function Builder Block. I have a query about that, to explain in brief.
I have a working C code, I have to implement this C code somehow in S-Function Builder block so that the code uses the real-time values from inputs and gives the necessary output according to the action of C code.
My question is where exactly to implement this C code ??
I hope you understand my question, please give me the possible solution.

 采纳的回答

2 个评论

Good point. I've used it last week and it's simple to use!
I am using 2013b version. Is the C Caller block availabe for this version?

请先登录,再进行评论。

更多回答(1 个)

Hi Ravikiran,
usually (as long as your working C code has no states) you simply put it into the "outputs" function of the S-function builder. Something like
y0[0] = yourWorkingCode(u0[0], u1[0]);
Titus

类别

帮助中心File Exchange 中查找有关 Simulink Coder 的更多信息

产品

版本

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by