32 bit mex file not working in a 64 bit version of matlab
이전 댓글 표시
Hi I am currently working on a 64 bit version of matlab(2015 ra).I have a mex file prematch_mex.mexw32 .whenever i am runnig the main function it is always showing the same error function not defined.( I have chekd that it is in the path).How to run a mex a 32bit file in a 64 bit version of matlab?
And one more important thing ,i also have a file named prematch_mex.mexglx . wht is this extension = .mexglx ????
I am working on windows
채택된 답변
추가 답변 (1개)
Ken Atwell
2015년 6월 28일
2 개 추천
This is a stab in the dark, but a Google search found this on GitHub. If that is the package you are using, the MEX files here have .mexw64 versions, which is what you need for 64-bit MATLAB on Windows.
댓글 수: 2
Walter Roberson
2015년 6월 28일
That was a search Above and Beyond The Call Of Duty, Ken ;-)
Newman
2015년 6월 28일
카테고리
도움말 센터 및 File Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!