Error in Simulink: Invalid MEX-file
Mostra commenti meno recenti
HI, I am new to Simulink and trying to simulate a Simulink model. It has a S-Function embedded in it. Along with the model I have several dll files and a mexw32 file. When I try to simulate this .mdl model, I get following error message. Could you throw some light on it as to why it is happening?
"Invalid MEX-file 'C:\Program Files\MATLAB\R2011b\toolbox\stateflow\stateflow\sf.mexw32': The specified module could not be found."
Is it a version change issue?
Thanks in advance
Risposte (1)
Kaustubha Govind
il 23 Mag 2012
1 voto
That is a Stateflow MEX-file - it looks like it may depend on some Microsoft Visual Studio redistributables that you are missing. Could you try installing Visual Studio 2010 redistributables and see if that fixes the issue: http://www.microsoft.com/en-us/download/details.aspx?id=5555
2 Commenti
Adi
il 24 Mag 2012
Kaustubha Govind
il 24 Mag 2012
Perhaps you have Visual Studio 2005 or 2008 installed, but not 2010?
Categorie
Scopri di più su Simulink Functions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!