i have created an .exe file from .m file. in target PC i have installed MCR. but some functions cannot be done like 'edge' functions. it say the following error :
'???Invalid MEX-file ' c:\...\private\imfilter_mex.mexw32' : The specified module could not be found.
But 'imfilter_mex.mexw32' exist in that location. so why the program cannot fined it??

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 26 Jan. 2013
Bearbeitet: Walter Roberson am 26 Jan. 2013

0 Stimmen

Some DLL needed by that mexw32 is missing. Download Dependency Walker from the internet and use it to figure out what is missing (e.g., the Visual Studio runtime)

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by