Date: Dec 9, 2012 4:03 PM Author: Duckhwan Subject: Attempt to execute SCRIPT FILENAME as a function: Use Mex in MAC I try to use function 'FILENAME' in my matlab script.
I have mexglx file. (I'm working on MacOSX 10.8.2)
When I try, the error message is "Attempt to execute SCRIPT FILENAME as a function:"
I think It can't read my mexglx file or It can't find it.
Do I have to do additional step to use mex file in MacOSX? (I never try them in other OS)
Thank you