From: kitty on
Hi,
I can compile using Matlab 2009b
I can even run my application,however, I got error out when trying to call "edge" function.
see error below:
\LOCALS~1\Temp\RT\mcrCache7.11
ate\imfilter_mex.mexw32':module not found
Error in ==> imfilter at 335
Error in ==> edge at 393

I did included imfilter_mex.mexw32', edge.m and imfilter.m when compile.
However, this error never gone.

Please advise.
Kitty
From: Chirag on
Hi Kitty,

This is a known issue with MATLAB Compiler in R2009b.
Check the Bug Report: ( it contains a workaround)

http://www.mathworks.com/support/bugreports/581700

Chirag


"kitty " <kyleungyk(a)hotmail.com> wrote in message <heo9eh$rid$1(a)fred.mathworks.com>...
> Hi,
> I can compile using Matlab 2009b
> I can even run my application,however, I got error out when trying to call "edge" function.
> see error below:
> \LOCALS~1\Temp\RT\mcrCache7.11
> ate\imfilter_mex.mexw32':module not found
> Error in ==> imfilter at 335
> Error in ==> edge at 393
>
> I did included imfilter_mex.mexw32', edge.m and imfilter.m when compile.
> However, this error never gone.
>
> Please advise.
> Kitty