Clear Filters
Clear Filters

MEX level2 S-function "sfunc_basic" must be called with at least 4 right hand arguments

19 views (last 30 days)
Can any one please explain me what does this error mean. I tried to google it but could not find anything relevant. I get this while running the Simulink(mexing the file does not throw any error).
  1 Comment
Sebastian Dietz
Sebastian Dietz on 16 Dec 2015
I got the same error, when I try to generate a .tlc-file for my C S-Function. I need the .tlc, because I use a selfwritten S-Function for TCP-communication on a RasPi and when I try to deploy it to the Hardware I got an error, that my SFcn has to be inlined.
Any solutions?

Sign in to comment.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 16 Sep 2013
I suspect you are mistakenly using the S-function block for a Level-2 S-function, or a Level-2 MATLAB S-Function block for a Level-1 S-function. Try switching to the other block and see if the error goes away.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!