I am trying to make executable files of MEX file in linux which uses image acquisition tool inside it. I used
mcc -mv filename
but getting Defun error msg. saying-
Depfun error: 'Unexpected Standard exception from MEX file. What() is: ..' Error using
mcc Error executing mcc, return status = 1 (0x1).
Can you please help me out telling how can I make executable files for .m files which uses image acquisition tool in linux.
Thanks,