Are 32-bit MEX-files supported for 64-bit MATLAB running on Windows XP x64?
Show older comments
I would like to call my MEX-function myfunc.mexw32 that I compiled on a 32-bit version of MATLAB 7.2(R2006a) from a 64-bit Windows machine running 64-bit MATLAB 7.2 (R2006a). However, when I issue the following at the MATLAB command prompt:
myfunc
I receive the following error:
??? Undefined function or variable 'myfunc'.
I have verified that myfunc.mexw32 is in my current work directory. I would like to know how to successfully call this function from my 64-bit Windows machine.
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!