MATLAB can not find the specified procedure
Show older comments
MATLAB can not find the specified procedure
Why does my MATLAB always occur at running time: unable to load mex file: d: simlab3.2/matlab/mex/700/addFacNorm.dll. can not find the specified procedure.
? ? ? Invalid MEX-file'D: SIMLAB3.2/matlab/mex/700/addFacNorm.dll ': can not find the specified procedure.
Note: this file is in the path, and SimLab is downloaded from the official website.
Answers (1)
Andreas Goser
on 2 Mar 2011
0 votes
This will be either a path issue or a compatibility issue.
I have seen installers of 3rd party products failing to set the PATH correctly. You should verify and add the path(s) in MATLAB.
Many issues with 3rd party tools are version compatibility issues - which I find understandable as many 3rd party tools are not commercial products. Please verify if the version you use is supported with your MATLAB release, operating system and architecture.
Categories
Find more on MATLAB Coder 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!