recompile mex for different platform

조회 수: 11 (최근 30일)
Kim
Kim 2014년 4월 3일
댓글: Kim 2014년 4월 3일
I am using MatLab Student R2014a. I have mex files compiled for mexw64 and need to recompile them for mexmaci64. All my browser searches have not turned up anything helpful on this specific issue. Help! Thanks!
  댓글 수: 2
Gnaneswar Nadh satapathi
Gnaneswar Nadh satapathi 2014년 4월 3일
Dear a Kim, 64-bit does not support Mex as the matlab files has to be converted into c executable it needs C-coder, which is not a supported version of matlab. for any type of conversion, 32-bit is recommended
Walter Roberson
Walter Roberson 2014년 4월 3일
That is not correct, Gnaneswar

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2014년 4월 3일
There is no method for taking a compiled .mexw64 and converting it to .mexmaci64 . You need to start with the source and compile it.
64 bit .mex generation is supported on all current platforms.
  댓글 수: 1
Kim
Kim 2014년 4월 3일
Thanks for the help. This is what I thought the answer would be. I was trying to convert instead of recompiling the source code because I can not open the source file on my Mac. Thanks again!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by