MATLAB can not find the specified procedure

1 view (last 30 days)
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
Andreas Goser on 2 Mar 2011
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 Image Processing Toolbox 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!