MEX in Matlab 8.1 , 64 bit & Windows 7, 64 bit

i'm using matlab 2013a (win7 x64).
mex compilation problem !!
mex -O -largeArrayDims resize.cc

답변 (1개)

Rajiv Ghosh-Roy
Rajiv Ghosh-Roy 2013년 12월 12일

0 개 추천

The errors you are getting are from the C++ compiler (i.e. they appear to be C++ errors and not mex errors); I would suggest looking at each error message in your code and fixing the issues there.

댓글 수: 1

jafar
jafar 2013년 12월 13일
편집: jafar 2013년 12월 13일
@Rajiv Ghosh-Roy
resize.cc code : how do you fix line 36 ??

이 질문은 마감되었습니다.

태그

질문:

2013년 12월 12일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by