Hello!
I have a problem in running FAST models in Simulink. For instance, running the prepared model (Test01.fst) in Simulink will result in the following error:
Error using Run_Test01_SIG (line 35)
Error due to multiple causes.
Caused by:
Error using Run_Test01_SIG (line 35)
Error while obtaining sizes from MEX S-function ‘FAST_SFunc’ in Test01_SIG/FAST Nonlinear Wind Turbine/S-Function’.
Error using Run_Test01_SIG (line 35) Invalid MEX-file ‘C:\NREL\FAST 8.12\Simulink\Samples\FAST_SFunc.mexw64’: The specified module could not be found.
Error using Run_Test01_SIG (line 35) The expression: u(strmatch(‘LSSGagVxa’,OutList)) in ‘Test01_SIG/Fcn’ has a syntax error
It is note that I’m using R2014b, and the MEX file is added already. My software is a 64-bit edition and thus I used “FAST_SFunc.mexw64”.
Thanks for your help in advance!