call mexfile from sfunction

2 ビュー (過去 30 日間)
omid jab
omid jab 2013 年 4 月 18 日
Hi how can I call a mex-file in an S-Function Builder in simulink? I find a mex-file in the internet and don't know about its source code. this mex-file hase several inputs argumant and several outputs. I wanna to use it in my sfunction, but donn't know how can I do it.

採用された回答

Friedrich
Friedrich 2013 年 4 月 18 日
Hi,
at least a mexCallMATLAB from the S-function should work. Or also runtime dynamic linking. See my post here:
  5 件のコメント
Kaustubha Govind
Kaustubha Govind 2013 年 4 月 22 日
Omid: No, if you absolutely need a C-MEX S-function that is auto-generated using S-function Builder, then please follow Friedrich's solution. However, if there is no other C code that you need to call and you are okay with manually implementing a MATLAB S-function, you may follow my solution.
omid jab
omid jab 2013 年 4 月 23 日
I understand, tanks for your help.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by