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

 Accepted Answer

Walter Roberson
Walter Roberson on 26 Jan 2013
Edited: Walter Roberson on 26 Jan 2013
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)

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!