Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
MEX in Matlab 8.1 , 64 bit & Windows 7, 64 bit
조회 수: 1 (최근 30일)
이전 댓글 표시
i'm using matlab 2013a (win7 x64).
mex compilation problem !!
mex -O -largeArrayDims resize.cc
댓글 수: 0
답변 (1개)
Rajiv Ghosh-Roy
2013년 12월 12일
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.
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!