call MEX-Funcion in a simulink userdefined block

5 views (last 30 days)
Hi, I have a MEX-function that have several inputs and 2 outputs. In addition I creat a simulink model whit several blocks. I need to call the MEX-Function whit these blocks in the model. how can I do it? It's important for me that arrive to minimum executing and calling time.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 30 Apr 2013
MEX-functions can essentially be called just like any other MATLAB function. Please see the available MATLAB Function blocks to find a Simulink block that can be used to execute a MATLAB function.
  6 Comments
omid jab
omid jab on 6 May 2013
I studied all of them, but no understand how can creat a pointer such as prhs=['OpenWindow',0]".
Kaustubha Govind
Kaustubha Govind on 6 May 2013
omid: You need to create mxArray's for both - use mxCreateString for the first and mxCreateDoubleScalar for the second.

Sign in to comment.

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!