matlab .exe files from .m file

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??

 Réponse acceptée

Walter Roberson
Walter Roberson le 26 Jan 2013
Modifié(e) : Walter Roberson le 26 Jan 2013

0 votes

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)

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by