Are 32-bit MEX-files supported for 64-bit MATLAB running on Windows XP x64?
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!