Clear Filters
Clear Filters

S- function does not exist

28 views (last 30 days)
Islam Elnady
Islam Elnady on 17 Apr 2017
Answered: jack zhang on 7 Jun 2019
When I try to run a demo Simulink model in the Aerosim Blockset, I got an error "S-Function 'sfunwmm' does not exist" I searched in the Aerosim directory and I indeed find the "sfunwmm.c" file there! I tried to re-compile it but mex command failed, I got error like "undefined reference to `InitGeomag' and some other variables.
I'm on: MATLAB R2017a Supported compiler: MW_MinGW_4_9

Answers (2)

jack zhang
jack zhang on 2 Jun 2019
I have the same qustion , Please solve this question? Can you share method that you solve the question
  1 Comment
Islam Elnady
Islam Elnady on 4 Jun 2019
Hi Jack,
Try this:
  • Open Matlab as an administartor.
  • Navigate to the "sfunwmm" directory in Matlab.
  • Then type:
mex sfunwmm.c wmmutil.c -I../common

Sign in to comment.


jack zhang
jack zhang on 7 Jun 2019
Thank you !!!

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!