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

 Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de En. de 2013
Editada: Walter Roberson el 26 de En. de 2013

0 votos

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)

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by