how can I use mexw32 files on my 64-bit matlab?

조회 수: 12 (최근 30일)
Ashkan Rigi
Ashkan Rigi 2021년 11월 4일
답변: Steven Lord 2021년 11월 4일
Hello. I have a mex.w32 file and I can not open it on my 64-bit matlab version. How can I do that?

답변 (2개)

Bruno Luong
Bruno Luong 2021년 11월 4일
You cannot.

Steven Lord
Steven Lord 2021년 11월 4일
Ask the person from whom you obtained the .mexw32 file (a 32-bit Windows MEX-file) for the corresponding .mexw64 file (a 64-bit Windows MEX-file) or the source code so you can use mex to create the .mexw64 file yourself.

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by