Clear Filters
Clear Filters

Error: S-Function 'GridControl_sf' does not exist

2 views (last 30 days)
Hi!
R2013a
I have a model with several s-functions. Everything worked when I used it in R2012a. Now I updated to R2013a. First thing I had to do, was to change the code generation target from grt to rsim (I'm using accelerator mode to simulate). Then I encountered the above problem. Contrary to the error message the s-function GridControl_sf does exist in the same folder as the model. The name of the file is 'GridControl_sf.mexw32'.
I don't know what this is about. what is the meaning of the 32 in mexw32? I'm alos using a 64bit system with 64bit version of matlab.
Help is greatly appreciated.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 26 Mar 2013
The 32 in .mexw32 does indeed stand for 32-bit Windows. On 64-bit Windows, the MEX extension is .mexw64, so it looks like you need to re-compile your S-function on 64-bit MATLAB to get the right binary, so that 64-bit MATLAB recognizes the MEX-file.
  2 Comments
Stephan
Stephan on 27 Mar 2013
Thanks. Is it also possible to install 32bit matlab on the 64 bit system?
Kaustubha Govind
Kaustubha Govind on 27 Mar 2013
Yes, this is possible on Windows, but please see here for caveats.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder 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!