필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 30일)
jafar
jafar 2013년 12월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
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일
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 ??

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by